Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012282 | Openbravo ERP | A. Platform | public | 2010-02-16 10:19 | 2010-03-10 18:30 |
|
Reporter | marvintm | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP12 | Fixed in Version | 2.50MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012282: Sql statement in database postscript fails because isindevelopment is no longer null for all the modules |
Description | The statement:
update ad_reference
set parentreference_id =( CASE VALIDATIONTYPE WHEN 'S' THEN '30' WHEN 'L' THEN '17' WHEN 'T' THEN '18' end)
where validationtype in ('S','L','T')
and parentreference_id is null
which is executed in the database postscript, fails when a module is affected and is not in development. |
Steps To Reproduce | Just update.database when a module which needs to be changed exists in the system. |
Proposed Solution | The trigger related to the table needs to be temporarily disabled for this to work. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-16 10:19 | marvintm | New Issue | |
2010-02-16 10:19 | marvintm | Assigned To | => alostale |
2010-02-16 10:19 | marvintm | OBNetwork customer | => No |
2010-02-16 10:23 | hgbot | Checkin | |
2010-02-16 10:23 | hgbot | Note Added: 0024387 | |
2010-02-16 10:23 | hgbot | Status | new => resolved |
2010-02-16 10:23 | hgbot | Resolution | open => fixed |
2010-02-16 10:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d534e3ae812c2ef590cb435351f1f39739d604ae [^] |
2010-02-17 09:57 | marvintm | Note Added: 0024463 | |
2010-02-17 09:57 | marvintm | Status | resolved => closed |
2010-02-17 09:57 | marvintm | Fixed in Version | => 2.50MP12 |
2010-02-18 00:01 | anonymous | sf_bug_id | 0 => |
2010-02-18 00:30 | hudsonbot | Checkin | |
2010-02-18 00:30 | hudsonbot | Note Added: 0024528 | |
2010-03-10 18:30 | anonymous | sf_bug_id | => 2968075 |