Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0030112 | Openbravo ERP | A. Platform | public | 2015-06-05 10:44 | 2015-06-10 15:42 |
|
| Reporter | airaceburu | |
| Assigned To | NaroaIriarte | |
| Priority | immediate | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | pi | |
| Target Version | | Fixed in Version | 3.0PR15Q3 | |
| Merge Request Status | |
| Review Assigned To | alostale |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | Production - Confirmed Stable |
| Regression date | 2012-04-02 |
| Regression introduced in release | 3.0MP12 |
| Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/588bdc741142 [^] |
| Triggers an Emergency Pack | No |
|
| Summary | 0030112: When trying to save a data package with wrong java package the trigger shows a wrong ad_message |
| Description | When trying to save a data package with wrong java package the trigger shows a wrong ad_message '@20102@' -> "Saving failed. Cannot delete/change line with generated Invoice".
This happens when the java package of the module is not contained in the java package of the data package.
Also the trigger (ad_package_jp_trg) has a duplicated where condition:
WHERE M.AD_MODULE_ID = new.AD_MODULE_ID
AND instr(upper(new.javapackage), upper(M.javapackage)) = 1
AND instr(upper(new.javapackage), upper(M.javapackage)) = 1; |
| Steps To Reproduce | Create a module
Create a data package whose java package does not contain the module java package |
| Proposed Solution | Change the ad_message code
Remove the repeated clause |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | caused by | defect | 0012599 | | closed | naiaramartinez | Find and fix all RAISE_APPLICATION_ERROR with first parameter not being -20000 |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2015-06-05 10:44 | airaceburu | New Issue | |
| 2015-06-05 10:44 | airaceburu | Assigned To | => platform |
| 2015-06-05 10:44 | airaceburu | OBNetwork customer | => No |
| 2015-06-05 10:44 | airaceburu | Modules | => Core |
| 2015-06-05 10:44 | airaceburu | Regression level | => Production - Confirmed Stable |
| 2015-06-05 10:44 | airaceburu | Regression date | => 2012-04-02 |
| 2015-06-05 10:44 | airaceburu | Regression introduced in release | => 3.0MP12 |
| 2015-06-05 10:44 | airaceburu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/588bdc741142 [^] |
| 2015-06-05 10:44 | airaceburu | Triggers an Emergency Pack | => No |
| 2015-06-05 10:45 | airaceburu | Relationship added | caused by 0012599 |
| 2015-06-05 12:00 | alostale | Status | new => scheduled |
| 2015-06-05 12:00 | alostale | Assigned To | platform => NaroaIriarte |
| 2015-06-05 12:00 | alostale | Priority | normal => immediate |
| 2015-06-08 12:59 | hgbot | Checkin | |
| 2015-06-08 12:59 | hgbot | Note Added: 0078145 | |
| 2015-06-08 12:59 | hgbot | Status | scheduled => resolved |
| 2015-06-08 12:59 | hgbot | Resolution | open => fixed |
| 2015-06-08 12:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3ee5b64b9eab7fa476daec24dac96ae0d3636b2b [^] |
| 2015-06-08 13:01 | NaroaIriarte | Issue Monitored: alostale | |
| 2015-06-08 13:02 | NaroaIriarte | Review Assigned To | => alostale |
| 2015-06-08 22:24 | hudsonbot | Checkin | |
| 2015-06-08 22:24 | hudsonbot | Note Added: 0078149 | |
| 2015-06-10 15:42 | alostale | Note Added: 0078182 | |
| 2015-06-10 15:42 | alostale | Status | resolved => closed |
| 2015-06-10 15:42 | alostale | Fixed in Version | => 3.0PR15Q3 |