Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0035618 | Retail Modules | Web POS | public | 2017-03-27 10:33 | 2017-03-29 17:56 |
Reporter | mtaal | ||||
Assigned To | mtaal | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | RR17Q2 | Fixed in Version | RR17Q2 | ||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0035618: Specific flow in mobileservice will result in the servlet service method to be called twice | ||||
Description | See the flow in mobile service [1]. The logic in the if-then-else block continues after the call the super.service, resulting in the other call to super.service [2] to be also executed. [1] https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/77ecce7f71b5/src/org/openbravo/mobile/core/process/MobileService.java#l84 [^] [2] https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/77ecce7f71b5/src/org/openbravo/mobile/core/process/MobileService.java#l106 [^] | ||||
Steps To Reproduce | . | ||||
Proposed Solution | Add a return statement after the calls to super.service in the if-then-else block. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-03-27 10:33 | mtaal | New Issue | |||
2017-03-27 10:33 | mtaal | Assigned To | => mtaal | ||
2017-03-27 10:33 | mtaal | OBNetwork customer | => No | ||
2017-03-27 10:33 | mtaal | Triggers an Emergency Pack | => No | ||
2017-03-29 09:53 | hgbot | Checkin | |||
2017-03-29 09:53 | hgbot | Note Added: 0095630 | |||
2017-03-29 09:53 | hgbot | Status | new => resolved | ||
2017-03-29 09:53 | hgbot | Resolution | open => fixed | ||
2017-03-29 09:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ec32db46bde931331f2c1a3a22a4968a8997c2dd [^] | ||
2017-03-29 09:56 | mtaal | Review Assigned To | => marvintm | ||
2017-03-29 17:56 | marvintm | Status | resolved => closed | ||
2017-03-29 17:56 | marvintm | Fixed in Version | => RR17Q2 |
Notes | |||||
|
|||||
|
|