Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036464Retail ModulesStoreServerpublic2017-07-11 17:002017-07-14 13:27
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
RR17Q4RR17Q4 
AugustoMauch
No
0036464: Show different error message when a synchronized transaction fails
Change the error message to:
The system is encountering a problem. Please try again later. Problem details: [specific message]
Enable synchronized mode
Put a line like this in the OrderLoader:

      if (true) {
        throw new OBException("TEST");
      }

Submit a ticket
Change the message text
No tags attached.
png Selection_132.png (61,733) 2017-07-11 17:00
https://issues.openbravo.com/file_download.php?file_id=10903&type=bug
png

png Selection_133.png (56,178) 2017-07-11 17:01
https://issues.openbravo.com/file_download.php?file_id=10904&type=bug
png
Issue History
2017-07-11 17:00mtaalNew Issue
2017-07-11 17:00mtaalAssigned To => mtaal
2017-07-11 17:00mtaalTriggers an Emergency Pack => No
2017-07-11 17:00mtaalReview Assigned To => AugustoMauch
2017-07-11 17:00mtaalFile Added: Selection_132.png
2017-07-11 17:01mtaalFile Added: Selection_133.png
2017-07-11 17:13hgbotCheckin
2017-07-11 17:13hgbotNote Added: 0098019
2017-07-11 17:13hgbotStatusnew => resolved
2017-07-11 17:13hgbotResolutionopen => fixed
2017-07-11 17:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/71025d51e7d16c68ed0b2e4957c1059a729eacd7 [^]
2017-07-14 13:27AugustoMauchNote Added: 0098082
2017-07-14 13:27AugustoMauchStatusresolved => closed
2017-07-14 13:27AugustoMauchFixed in Version => RR17Q4

Notes
(0098019)
hgbot   
2017-07-11 17:13   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 71025d51e7d16c68ed0b2e4957c1059a729eacd7
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jul 11 17:13:16 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/71025d51e7d16c68ed0b2e4957c1059a729eacd7 [^]

Fixes issue 36464: Show different error message when a synchronized transaction fails
Change text in ad_message

---
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0098082)
AugustoMauch   
2017-07-14 13:27   
Code reviewed and verified