Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042453Retail ModulesWeb POSpublic2019-12-02 09:192019-12-09 15:01
migueldejuana 
migueldejuana 
normalminoralways
closedfixed 
5
 
RR20Q1 
marvintm
No
0042453: JSONRowConverter is not converting hardcoded boolean properties
If we set a property manually to 'false' or 'true' in a ModelExtension class we are not converting to a primitive boolean value in client side.
See Product model. Check isPack property in ProductProperties.java and check model in client side.
No tags attached.
causes defect 0043131 closed ranjith_qualiantech_com It is not possible to print PDF in Web POS 
Issue History
2019-12-02 09:19migueldejuanaNew Issue
2019-12-02 09:19migueldejuanaAssigned To => migueldejuana
2019-12-02 09:19migueldejuanaTriggers an Emergency Pack => No
2019-12-02 09:20hgbotCheckin
2019-12-02 09:20hgbotNote Added: 0116007
2019-12-02 09:20hgbotStatusnew => resolved
2019-12-02 09:20hgbotResolutionopen => fixed
2019-12-02 09:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f73e4a21453680225716efd9dd5e10f38d3f6ba6 [^]
2019-12-02 09:28hgbotCheckin
2019-12-02 09:28hgbotNote Added: 0116008
2019-12-09 15:01marvintmReview Assigned To => marvintm
2019-12-09 15:01marvintmStatusresolved => closed
2019-12-09 15:01marvintmFixed in Version => RR20Q1
2020-02-07 14:25dmitry_mezentsevRelationship addedcauses 0043131

Notes
(0116007)
hgbot   
2019-12-02 09:20   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: f73e4a21453680225716efd9dd5e10f38d3f6ba6
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Dec 02 09:20:27 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f73e4a21453680225716efd9dd5e10f38d3f6ba6 [^]

Fixed issue 0042453: JSONRowConverter is not converting hardcoded boolean properties

- Support boolean properties in JSONRowConverter

---
M src/org/openbravo/mobile/core/process/JSONRowConverter.java
---
(0116008)
hgbot   
2019-12-02 09:28   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c9b3408b09e0a5a1577cf4a46756e1da67bb5f4c
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Dec 02 09:28:20 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c9b3408b09e0a5a1577cf4a46756e1da67bb5f4c [^]

Related to issue 0042453: JSONRowConverter is not converting hardcoded boolean properties

---
M src/org/openbravo/mobile/core/process/JSONRowConverter.java
---