Openbravo Issue Tracking System - Retail Modules
View Issue Details
0054198Retail ModulesWeb POSpublic2023-12-22 08:252024-01-10 18:29
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
RR24Q1 
No
0054198: Ability to retrieve external systems by search key
Currently the API to work with client side external systems is designed to retrieve the external systems to work with by their ID. It would be nice if it could be possible to get them by their search key.
.
No tags attached.
related to feature request 0053193 closed adrianromero POS2 Refactor Client External Systems to be used independently of the Client API 
causes defect 0054299 closed caristu Retail Modules External System properties are not loaded if the search key is null 
Issue History
2023-12-22 08:25caristuNew Issue
2023-12-22 08:25caristuAssigned To => caristu
2023-12-22 08:25caristuTriggers an Emergency Pack => No
2023-12-22 08:28caristuRelationship addedrelated to 0053193
2023-12-22 08:40hgbotNote Added: 0158506
2023-12-22 08:41hgbotNote Added: 0158507
2024-01-08 12:50hgbotNote Added: 0158936
2024-01-08 12:50hgbotResolutionopen => fixed
2024-01-08 12:50hgbotStatusnew => closed
2024-01-08 12:50hgbotFixed in Version => RR24Q1
2024-01-08 12:50hgbotNote Added: 0158937
2024-01-08 12:51hgbotNote Added: 0158938
2024-01-08 12:51hgbotNote Added: 0158939
2024-01-09 16:03hgbotNote Added: 0158980
2024-01-10 10:19hgbotNote Added: 0159023
2024-01-10 10:22caristuNote Deleted: 0159023
2024-01-10 18:29caristuIssue cloned0054299
2024-01-10 18:29caristuRelationship addedcauses 0054299

Notes
(0158506)
hgbot   
2023-12-22 08:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/648 [^]
(0158507)
hgbot   
2023-12-22 08:41   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1435 [^]
(0158936)
hgbot   
2024-01-08 12:50   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/648 [^]
(0158937)
hgbot   
2024-01-08 12:50   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 40fffc2c05b3bd08071b1f6e00484c23cfce2aa5
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 08-01-2024 11:32:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/40fffc2c05b3bd08071b1f6e00484c23cfce2aa5 [^]

fixes FR-54198: Support retrieving external systems by search key

---
M src/org/openbravo/mobile/core/externalsystem/ExternalSystemDataProvider.java
M web-test/integration/external-system/ExternalSystem.test.js
M web/org.openbravo.mobile.core/app/integration/external-system/ExternalSystem.js
---
(0158938)
hgbot   
2024-01-08 12:51   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1435 [^]
(0158939)
hgbot   
2024-01-08 12:51   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: fc1c84584789410c5cd77cc6c3f0b9190717e488
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 08-01-2024 11:32:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/fc1c84584789410c5cd77cc6c3f0b9190717e488 [^]

related to FR-54198: adapt test cases

---
M src-test/org/openbravo/retail/posterminal/term/ExternalSystemsTest.java
---
(0158980)
hgbot   
2024-01-09 16:03   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 1533f47abde1f7f4e67679caa0839c205fa9cf3a
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 09-01-2024 16:02:36
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/1533f47abde1f7f4e67679caa0839c205fa9cf3a [^]

related to FR-54198: adapt test cases

---
M src-test/org/openbravo/mobile/core/externalsystem/ExternalSystemDataProviderTest.java
---