Openbravo Issue Tracking System - Retail Modules
View Issue Details
0054304Retail ModulesWeb POSpublic2024-01-10 18:292024-01-11 08:40
caristu 
caristu 
urgentminorhave not tried
closedfixed 
5
 
RR24Q1RR24Q1 
No
0054304: External System properties are not loaded if the search key is null
External System properties are not loaded into the POS if the search key is null. Note this may happen with external systems created before the search key was defined as mandatory in the UI.
1) Go to the External System window. Create a client side external system without search key. Note that this is not possible directly through the UI, so you'll need to nullify the search key from db: update c_external_system set value=null
2) Go to the Event Subscription. Create an event subscription and assign to it the external system created in the previous step.
3) Login in the POS. Note that the external system information has not been loaded in the POS by executing OB.App.TerminalProperty.get('externalSystems'). When the event is triggered this will cause an error when sending the data to the external system. See attached.
No tags attached.
blocks defect 0054299 closed caristu External System properties are not loaded if the search key is null 
png image.png (26,588) 2024-01-11 08:20
https://issues.openbravo.com/file_download.php?file_id=19316&type=bug
png
Issue History
2024-01-11 07:56caristuTypefeature request => backport
2024-01-11 07:56caristuTarget Version => RR24Q1
2024-01-11 08:01hgbotNote Added: 0159089
2024-01-11 08:19caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=27325#r27325
2024-01-11 08:20caristuFile Added: image.png
2024-01-11 08:40hgbotResolutionopen => fixed
2024-01-11 08:40hgbotStatusscheduled => closed
2024-01-11 08:40hgbotFixed in Version => RR24Q1
2024-01-11 08:40hgbotNote Added: 0159093
2024-01-11 08:40hgbotNote Added: 0159094

Notes
(0159089)
hgbot   
2024-01-11 08:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/652 [^]
(0159093)
hgbot   
2024-01-11 08:40   
Directly closing issue as related merge request is already approved.

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

fixes BUG-54304: cannot load external systems without search key

---
M src-test/org/openbravo/mobile/core/externalsystem/ExternalSystemDataProviderTest.java
M src/org/openbravo/mobile/core/externalsystem/ExternalSystemDataProvider.java
---
(0159094)
hgbot   
2024-01-11 08:40   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/652 [^]