Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0008725 | Openbravo ERP | B. User interface | public | 2009-04-16 13:18 | 2009-05-12 17:31 | |||||||
Reporter | networkb | |||||||||||
Assigned To | dbaz | |||||||||||
Priority | immediate | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 30 | OS Version | |||||||||
Product Version | 2.40MP3 | |||||||||||
Target Version | Fixed in Version | 2.40MP4 | ||||||||||
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 | 0008725: The error, info, warning, messages printed when a callout is executed are not deleted | |||||||||||
Description | When a callout if executed and a message is printed, then in a second execution of the callout the message is not deleted and it should dissapear. | |||||||||||
Steps To Reproduce | -Go to good shipment window -Select a partner with not available credit -A message appears: Note: Over Credit Limit -Select other partner with credit -The message does not disappear if (Value!=null && Value!='') { setValues_MessageBox('messageBoxID', "INFO", "", Value); } | |||||||||||
Proposed Solution | When the message that is printed is null or "" the message should dissapear. To get this you have to modify the web/js/utils.js Modify the function formElementValue(Formulario, ElementName, Value) method Replace this line setValues_MessageBox('messageBoxID', "INFO", "", Value); with the following: if (Value!=null && Value!='') { setValues_MessageBox('messageBoxID', "INFO", "", Value); } and the same with this line: setValues_MessageBox('messageBoxID', ElementName, "", Value); | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2009-04-22 20:11 | psarobe | Type | defect => backport | |||||||||
2009-04-22 20:11 | psarobe | fix_in_branch | => 2.40 | |||||||||
2009-04-23 09:32 | rafaroda | Assigned To | rafaroda => dbaz | |||||||||
2009-04-24 00:10 | hgbot | Checkin | ||||||||||
2009-04-24 00:10 | hgbot | Note Added: 0015643 | ||||||||||
2009-04-24 00:10 | hgbot | Status | scheduled => resolved | |||||||||
2009-04-24 00:10 | hgbot | Resolution | open => fixed | |||||||||
2009-04-24 00:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.40/rev/c2e10c8041ab7ea09881e56c49303d50b303e326 [^] | |||||||||
2009-05-10 19:37 | psarobe | Fixed in Version | => 2.40MP4 | |||||||||
2009-05-12 17:31 | plujan | Status | resolved => closed |
Notes | |||||
|
|||||
|
|