Openbravo Issue Tracking System - POS2
View Issue Details
0050293POS2Corepublic2022-09-20 14:112022-09-20 16:31
cberner 
cberner 
normalmajorhave not tried
closedfixed 
5
 
22Q3.122Q3.1 
No
0050293: Execute application reload asynchronously when terminal data changes
If terminal data changes are found we should show a popup that allows several useractions to finish in the background.

After the informative popup is closed, it will refresh the application.
-
No tags attached.
blocks defect 0050291 closed cberner Execute application reload asynchronously when terminal data changes 
Issue History
2022-09-20 16:22cbernerTypedefect => backport
2022-09-20 16:22cbernerTarget Version => 22Q3.1
2022-09-20 16:24hgbotNote Added: 0141268
2022-09-20 16:31hgbotResolutionopen => fixed
2022-09-20 16:31hgbotStatusscheduled => closed
2022-09-20 16:31hgbotNote Added: 0141269
2022-09-20 16:31hgbotFixed in Version => 22Q3.1
2022-09-20 16:31hgbotNote Added: 0141270

Notes
(0141268)
hgbot   
2022-09-20 16:24   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/849 [^]
(0141269)
hgbot   
2022-09-20 16:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/849 [^]
(0141270)
hgbot   
2022-09-20 16:31   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 406f0d205f49c09942ebfb55e64dac6dd46a7d75
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 20-09-2022 16:24:09
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/406f0d205f49c09942ebfb55e64dac6dd46a7d75 [^]

Fixes ISSUE-50293: Execute application reload asynchronously when terminal data changes

Sometimes flush of the persistence layer does not complete, and as such,
we are showing a dialog to block the user and inform him that a refresh
is required. When exiting the dialog, the application is refreshed as
before.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.core2/src/model/user-interface/user-actions/RefreshMasterdata.js
---