Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013139 | Openbravo ERP | A. Platform | public | 2010-04-27 18:59 | 2010-05-18 21:43 |
Reporter | networkb | ||||
Assigned To | alostale | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | 2.50MP14 | ||||
Target Version | 2.50MP17 | Fixed in Version | pi | ||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0013139: The ad_tab_trg2 is not correct | ||||
Description | The ad_trg2_trg is not correct. This trigger obtain the javapackage from the module defined on the window and not on the tab. This error is reproducible when the module of the window is different than the module of the tab. | ||||
Steps To Reproduce | -Create a new module A. Set name, javapackage, prefix, description and set as indevelopment. -Create a new module B. Set name, javapackage, prefix, description and set as indevelopment. -Define a new window. Select A in the module field. -Create a new tab. Select B in the module field. -Create fields. -Compile the application and you get an error because the validation on the Model Object. | ||||
Proposed Solution | On the ad_tab_trg2 field the following select is not correct: SELECT W.IsActive, (CASE WHEN M.AD_MODULE_ID ='0' THEN NULL ELSE JavaPackage END) INTO v_IsActive, v_JavaPackage FROM AD_WINDOW W, AD_MODULE M WHERE AD_WINDOW_ID = :NEW.AD_WINDOW_ID AND W.AD_MODULE_ID = M.AD_MODULE_ID; You should use the module of the tab and not from the window. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-04-27 18:59 | networkb | New Issue | |||
2010-04-27 18:59 | networkb | Assigned To | => alostale | ||
2010-04-27 18:59 | networkb | OBNetwork customer | => Yes | ||
2010-04-29 15:32 | alostale | Summary | The ad_trg2_trg is not correct => The ad_tab_trg2 is not correct | ||
2010-04-29 15:33 | alostale | Note Added: 0026797 | |||
2010-04-29 15:34 | hgbot | Checkin | |||
2010-04-29 15:34 | hgbot | Note Added: 0026798 | |||
2010-04-29 15:34 | hgbot | Status | new => resolved | ||
2010-04-29 15:34 | hgbot | Resolution | open => fixed | ||
2010-04-29 15:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fcb37864f70da8b0315ba8b12f147dc83eacd8bf [^] | ||
2010-05-11 18:19 | jpabloae | Target Version | 2.50MP16 => 2.50MP17 | ||
2010-05-13 10:05 | marvintm | Note Added: 0027185 | |||
2010-05-13 10:05 | marvintm | Status | resolved => closed | ||
2010-05-13 10:05 | marvintm | Fixed in Version | => pi | ||
2010-05-14 00:00 | anonymous | sf_bug_id | 0 => 3001313 | ||
2010-05-18 21:43 | hudsonbot | Checkin | |||
2010-05-18 21:43 | hudsonbot | Note Added: 0027456 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|