Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044393Retail ModulesWeb POSpublic2020-06-17 16:142020-06-22 10:58
migueldejuana 
migueldejuana 
normaltrivialalways
closedfixed 
5
 
RR20Q3 
marvintm
No
0044393: Warning due to wrong index in DiscountModel
We get a warning when creating IndexedDB indices. The message is:

"Skipping creation of invalid index id"

We cannot create an index just with the id of the model because it is created by default in IndexedDB stores
Do login and check warnings.
No tags attached.
Issue History
2020-06-17 16:14migueldejuanaNew Issue
2020-06-17 16:14migueldejuanaAssigned To => migueldejuana
2020-06-17 16:14migueldejuanaTriggers an Emergency Pack => No
2020-06-18 17:58hgbotCheckin
2020-06-18 17:58hgbotNote Added: 0120908
2020-06-18 17:58hgbotStatusnew => resolved
2020-06-18 17:58hgbotResolutionopen => fixed
2020-06-18 17:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7f141c2dfa850ba66416071ae75fd4d4e0406556 [^]
2020-06-22 10:58marvintmReview Assigned To => marvintm
2020-06-22 10:58marvintmStatusresolved => closed
2020-06-22 10:58marvintmFixed in Version => RR20Q3

Notes
(0120908)
hgbot   
2020-06-18 17:58   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7f141c2dfa850ba66416071ae75fd4d4e0406556
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 18 17:58:32 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7f141c2dfa850ba66416071ae75fd4d4e0406556 [^]

Fixed issue 0044393: Warning due to wrong index in DiscountModel

- Remove unneeded index. By default, the stores have an index by id.

---
M web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountModel.js
---