Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0045083 | Retail Modules | Web POS | public | 2020-09-17 15:56 | 2020-09-23 12:24 |
|
Reporter | jarmendariz | |
Assigned To | jarmendariz | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR20Q4 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0045083: Remove references of OB.MobileApp model in Request.js |
Description | 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. |
Steps To Reproduce | See above |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0045041 | | closed | jarmendariz | Remove references of OB.MobileApp.model in Masterdata controller |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-09-17 15:56 | jarmendariz | New Issue | |
2020-09-17 15:56 | jarmendariz | Assigned To | => jarmendariz |
2020-09-17 15:56 | jarmendariz | OBNetwork customer | => No |
2020-09-17 15:56 | jarmendariz | Triggers an Emergency Pack | => No |
2020-09-17 15:56 | jarmendariz | Status | new => scheduled |
2020-09-17 16:21 | jarmendariz | Relationship added | related to 0045041 |
2020-09-17 16:39 | hgbot | Merge Request Status | => open |
2020-09-17 16:39 | hgbot | Note Added: 0123169 | |
2020-09-23 12:15 | hgbot | Merge Request Status | open => approved |
2020-09-23 12:24 | hgbot | Resolution | open => fixed |
2020-09-23 12:24 | hgbot | Status | scheduled => closed |
2020-09-23 12:24 | hgbot | Note Added: 0123320 | |
2020-09-23 12:24 | hgbot | Fixed in Version | => RR20Q4 |
2020-09-23 12:24 | hgbot | Note Added: 0123321 | |
2020-09-23 12:24 | hgbot | Note Added: 0123322 | |
Notes |
|
(0123169)
|
hgbot
|
2020-09-17 16:39
|
|
|
|
(0123320)
|
hgbot
|
2020-09-23 12:24
|
|
|
|
(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
---
|
|