Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045083Retail ModulesWeb POSpublic2020-09-17 15:562020-09-23 12:24
jarmendariz 
jarmendariz 
highminorhave not tried
closedfixed 
5
 
RR20Q4 
No
0045083: Remove references of OB.MobileApp model in Request.js
In order to make the new Request utility (app/util/network/Request.js) compatible with newer implementations of the POS, references to the old OB.MobileApp.model backbone object should be replaced to a new compatible API.
See above
No tags attached.
related to defect 0045041 closed jarmendariz Remove references of OB.MobileApp.model in Masterdata controller 
Issue History
2020-09-17 15:56jarmendarizNew Issue
2020-09-17 15:56jarmendarizAssigned To => jarmendariz
2020-09-17 15:56jarmendarizTriggers an Emergency Pack => No
2020-09-17 15:56jarmendarizStatusnew => scheduled
2020-09-17 16:21jarmendarizRelationship addedrelated to 0045041
2020-09-17 16:39hgbotNote Added: 0123169
2020-09-23 12:24hgbotResolutionopen => fixed
2020-09-23 12:24hgbotStatusscheduled => closed
2020-09-23 12:24hgbotNote Added: 0123320
2020-09-23 12:24hgbotFixed in Version => RR20Q4
2020-09-23 12:24hgbotNote Added: 0123321
2020-09-23 12:24hgbotNote Added: 0123322

Notes
(0123169)
hgbot   
2020-09-17 16:39   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/74 [^]
(0123320)
hgbot   
2020-09-23 12:24   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/74 [^]
(0123321)
hgbot   
2020-09-23 12:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 6ecf600e6d639bbe68f72d36ffcc7cff3428a127
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2020-09-22T16:15:03+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/6ecf600e6d639bbe68f72d36ffcc7cff3428a127 [^]

Fixed ISSUE-45083: Removed reference to old OB.MobileApp.model in new code

---
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartner.js
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartnerAPI.js
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartnerListViewData.js
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartnerViewData.js
M web/org.openbravo.mobile.core/app/model/application-state/StatePersistence.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/TerminalLogUtils.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/actions/SetContextAndPopup.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/actions/TerminalLogGenerateMessage.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/IndexedDBController.js
M web/org.openbravo.mobile.core/app/util/network/Request.js
---
(0123322)
hgbot   
2020-09-23 12:24   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 33e63941ac75e9bc5a85ae039fe576d88f13ea36
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2020-09-22T16:15:03+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/33e63941ac75e9bc5a85ae039fe576d88f13ea36 [^]

Related to ISSUE-45083: Removed usages of old OB.MobileApp model in unit tests

---
M web-test/base/adapter.js
M web-test/integration/external-business-partner/ExternalBusinessPartner.test.js
M web-test/integration/external-business-partner/ExternalBusinessPartnerAPI.test.js
M web-test/integration/external-business-partner/ExternalBusinessPartnerListViewData.test.js
M web-test/integration/external-business-partner/ExternalBusinessPartnerViewData.test.js
M web-test/integration/external-business-partner/ebp-test-base.js
M web-test/model/application-state/StatePersistence.functional.test.js
M web-test/model/application-state/StatePersistence.test.js
M web-test/model/application-state/StateUndo.functional.test.js
M web-test/model/business-object/terminal-log/TerminalLog-AddButtonClick-ActionPreparation.test.js
M web-test/model/business-object/terminal-log/TerminalLog-AddLog-ActionPreparation.test.js
M web-test/model/business-object/terminal-log/TerminalLog-AddProcess-ActionPreparation.test.js
M web-test/model/business-object/terminal-log/TerminalLog-Addkey-ActionPreparation.test.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/actions/TerminalLogGenerateMessage.js
---