Openbravo Issue Tracking System - POS2
View Issue Details
0052184POS2POSpublic2023-04-20 13:042023-04-27 10:42
meriem_azaf 
meriem_azaf 
normalmajorhave not tried
closedfixed 
5
 
23Q3 
QA functional test
2023-04-19
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1668/diffs?commit_id=dc1279dd686f0cc3d602c191a2a77e593917a08c [^]
No
0052184: Till is blocked if we try to access keymap editor in offline mode
Till is blocked if we try to access keymap editor in offline mode.
1- Turn this till offline.
2- Try to access to the keymap editor.

Popin is shown to inform that master data are outdated
3- CLick on OK.

--> Till try to perform the masterdata update and stays blocked
No tags attached.
depends on backport 005218523Q2 closed meriem_azaf Till is blocked if we try to access keymap editor in offline mode 
depends on backport 005218623Q1.2 closed meriem_azaf Till is blocked if we try to access keymap editor in offline mode 
caused by feature request 0052045 closed meriem_azaf Do not allow to use the Keymap Editor window if the master data is not up to date enoughIf they keymap editor is used with stale 
png f4a9894b-7768-4733-bc5b-d0a2b6ce1af6.png (234,828) 2023-04-20 13:04
https://issues.openbravo.com/file_download.php?file_id=18398&type=bug
png
Issue History
2023-04-20 13:04meriem_azafNew Issue
2023-04-20 13:04meriem_azafAssigned To => Retail
2023-04-20 13:04meriem_azafFile Added: f4a9894b-7768-4733-bc5b-d0a2b6ce1af6.png
2023-04-20 13:04meriem_azafRegression level => QA functional test
2023-04-20 13:04meriem_azafRegression date => 2023-04-19
2023-04-20 13:04meriem_azafRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1668/diffs?commit_id=dc1279dd686f0cc3d602c191a2a77e593917a08c [^]
2023-04-20 13:04meriem_azafTriggers an Emergency Pack => No
2023-04-20 13:04meriem_azafAssigned ToRetail => meriem_azaf
2023-04-20 13:04meriem_azafStatusnew => scheduled
2023-04-20 13:23meriem_azafRelationship addedcaused by 0052045
2023-04-20 13:27hgbotNote Added: 0148637
2023-04-26 09:32hgbotResolutionopen => fixed
2023-04-26 09:32hgbotStatusscheduled => closed
2023-04-26 09:32hgbotFixed in Version => 23Q3
2023-04-26 09:32hgbotNote Added: 0148898
2023-04-26 09:32hgbotNote Added: 0148899
2023-04-27 10:42AugustoMauchIssue cloned0052271

Notes
(0148637)
hgbot   
2023-04-20 13:27   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1707 [^]
(0148898)
hgbot   
2023-04-26 09:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1707 [^]
(0148899)
hgbot   
2023-04-26 09:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 592d148d7767919b9bf1b196da79b465455d7727
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 26-04-2023 07:28:25
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/592d148d7767919b9bf1b196da79b465455d7727 [^]

Fixes ISSUE-52184: Till is blocked if we try to access keymap editor in offline mode

The problem here that we were not checking if the server is online or not to check if we should do a masterdata refresh or not.

So for that, we added this part.

---
M web-jspack/org.openbravo.pos2/src/ob-init.js
---