Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044087Retail ModulesWeb POSpublic2020-05-18 13:522020-05-18 17:09
marvintm 
marvintm 
normalminoralways
closedfixed 
5
 
 
migueldejuana
No
0044087: OrderToSelectorIssue model should not have WebSQL table
Currently the OBRDM_OrderToSelectorIssue is automatically transformed into a WebSQL table. This is not correct and should be avoided. Moreover, as the model doesn't have modelname, a table named "undefined" is created instead
Log in the WebPOS.
Realise there is a table in WebSQL called "undefined". This is wrong.
No tags attached.
Issue History
2020-05-18 13:52marvintmNew Issue
2020-05-18 13:52marvintmAssigned To => marvintm
2020-05-18 13:52marvintmTriggers an Emergency Pack => No
2020-05-18 13:54hgbotCheckin
2020-05-18 13:54hgbotNote Added: 0119986
2020-05-18 13:54hgbotStatusnew => resolved
2020-05-18 13:54hgbotResolutionopen => fixed
2020-05-18 13:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0bb9e8b2c33924992efc61b4a9e9083ddcdd1930 [^]
2020-05-18 17:09migueldejuanaReview Assigned To => migueldejuana
2020-05-18 17:09migueldejuanaNote Added: 0119999
2020-05-18 17:09migueldejuanaStatusresolved => closed

Notes
(0119986)
hgbot   
2020-05-18 13:54   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0bb9e8b2c33924992efc61b4a9e9083ddcdd1930
Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com>
Date: Mon May 18 13:54:44 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0bb9e8b2c33924992efc61b4a9e9083ddcdd1930 [^]

Fixed ISSUE-44087. OBRDM_OrderToSelectorIssue has been marked as legacyModel to prevent an 'undefined' table from being created in WebSQL
This model is not really used to store data, but in a selector, so it doesn't need a WebSQL table and marking it as legacy will avoid the table creation.

---
M web/org.openbravo.retail.posterminal/js/model/ordertoselectorissue.js
---
(0119999)
migueldejuana   
2020-05-18 17:09   
Reviewed