Openbravo Issue Tracking System - Retail Modules
View Issue Details
0051680Retail ModulesWeb POSpublic2023-02-23 11:542023-03-13 08:40
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
RR23Q2 
No
0051680: Include the model name in the master data load requests
It would be nice to include the name of the model in the master load requests in order to allow to identify in an easier way the requests done for each of the models
1) Using the developers tools check the network requests done to load the masterdata, the request url is as follows:

https://<server_url>/org.openbravo.mobile.core.service.jsonrest/org.openbravo.mobile.core.master.MasterDataLoader?$timeout=20000 [^]
It would be nice if those request could include the model name. For example:

https://<server_url>/org.openbravo.mobile.core.service.jsonrest/org.openbravo.mobile.core.master.MasterDataLoader/Product?$timeout=20000 [^]

No tags attached.
blocks feature request 0051631 closed caristu Masterdata Remote Mode - Phase 1 
Issue History
2023-02-23 11:54caristuNew Issue
2023-02-23 11:54caristuAssigned To => Retail
2023-02-23 11:54caristuTriggers an Emergency Pack => No
2023-02-23 12:04caristuAssigned ToRetail => caristu
2023-02-23 12:19hgbotNote Added: 0146912
2023-02-23 12:25caristuRelationship addedrelated to 0051631
2023-02-23 12:26caristuRelationship deletedrelated to 0051631
2023-02-23 12:26caristuRelationship addedblocks 0051631
2023-03-13 08:15hgbotNote Added: 0147458
2023-03-13 08:15hgbotResolutionopen => fixed
2023-03-13 08:15hgbotStatusnew => closed
2023-03-13 08:15hgbotFixed in Version => RR23Q2
2023-03-13 08:15hgbotNote Added: 0147459
2023-03-13 08:40hgbotNote Added: 0147461

Notes
(0146912)
hgbot   
2023-02-23 12:19   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/477 [^]
(0147458)
hgbot   
2023-03-13 08:15   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/477 [^]
(0147459)
hgbot   
2023-03-13 08:15   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 71aeb21b46ae77fe473e2b565e520321ac09c7bc
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 10-03-2023 10:26:25
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/71aeb21b46ae77fe473e2b565e520321ac09c7bc [^]

fixes FR-51680: pass the model name in the MD request query string

---
M src/org/openbravo/mobile/core/master/MasterDataLoader.java
M src/org/openbravo/mobile/core/process/MobileService.java
M src/org/openbravo/mobile/core/process/MobileServiceProcessor.java
M src/org/openbravo/mobile/core/process/SecuredJSONProcess.java
M web-test/model/masterdata/MasterdataController.test.js
M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js
---
(0147461)
hgbot   
2023-03-13 08:40   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: d0b057824d9583b998b3070d09111b2aba0f1514
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 13-03-2023 08:39:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/d0b057824d9583b998b3070d09111b2aba0f1514 [^]

related to FR-51680: test improvements

---
M web-test/model/masterdata/MasterdataController.test.js
---