Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0020527 | Openbravo ERP | Z. Others | public | 2012-05-16 17:30 | 2012-05-28 11:58 |
Reporter | mirurita | ||||
Assigned To | mirurita | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
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 | 0020527: Alerts are not moved from New to Solved when they are created from a buildvalidation | ||||
Description | updateAlert method in AlertProcess_data.xsql is comparing an string with null. AND STATUS != 'SOLVED' when STATUS is null it returns false. | ||||
Steps To Reproduce | 1) Deactivate the c_conversion_rate_doc_trg2 trigger 2) Go to sales invoice >> Exchange Rates tab 3) Enter an exchange rate for EUR -> USD 4) Enter again the same exchange rate for EUR -> USD 5) execute ant smartbuild -Dlocal=no 6) The build process will fail and one alert will be created 7) Go to the application and remove exchange rate created in point 4) 8) Execute alert background process 9) The alert is not moved to SOLVED section | ||||
Proposed Solution | Modify updateAlert method in AlertProcess_data.xsql Add a coalesce to status column AND COALESCE(STATUS, 'NEW') != 'SOLVED' | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-16 17:30 | mirurita | New Issue | |||
2012-05-16 17:30 | mirurita | Assigned To | => mirurita | ||
2012-05-16 17:30 | mirurita | Modules | => Core | ||
2012-05-16 17:30 | mirurita | OBNetwork customer | => No | ||
2012-05-16 17:55 | mirurita | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=3475#r3475 | ||
2012-05-16 17:56 | mirurita | Note Added: 0048708 | |||
2012-05-16 19:02 | hgbot | Checkin | |||
2012-05-16 19:02 | hgbot | Note Added: 0048712 | |||
2012-05-16 19:02 | hgbot | Status | new => resolved | ||
2012-05-16 19:02 | hgbot | Resolution | open => fixed | ||
2012-05-16 19:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/46bcbbcf35c2b5f9b5018add28fa5ca041a3215a [^] | ||
2012-05-25 12:12 | hudsonbot | Checkin | |||
2012-05-25 12:12 | hudsonbot | Note Added: 0049151 | |||
2012-05-28 11:58 | Sandrahuguet | Note Added: 0049348 | |||
2012-05-28 11:58 | Sandrahuguet | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|