Openbravo Issue Tracking System - POS2
View Issue Details
0051917POS2Corepublic2023-03-20 08:432023-03-20 16:35
migueldejuana 
migueldejuana 
normalmajoralways
closedfixed 
5
 
 
caristu
No
0051917: incremental showLoading is shown after executing incremental and even when it is not launched
We are executing incremental or full refresh masterdata and then we are showing showLoading. This code is working fine because renderGenericWindow is executed always after and it is doing showLoading(false) to hide the showLoading of Incremental code.
If we do a change in the code and renderGenericWindow is executed synchronously, it is faster an incremental showLoading is executed after, there is no showLoading(false) hiding the scrim and the app is blocked.
n/a
No tags attached.
Issue History
2023-03-20 08:43migueldejuanaNew Issue
2023-03-20 08:43migueldejuanaAssigned To => migueldejuana
2023-03-20 08:43migueldejuanaTriggers an Emergency Pack => No
2023-03-20 08:49hgbotNote Added: 0147686
2023-03-20 08:51migueldejuanaReview Assigned To => caristu
2023-03-20 16:35hgbotResolutionopen => fixed
2023-03-20 16:35hgbotStatusnew => closed
2023-03-20 16:35hgbotFixed in Version => RR23Q2
2023-03-20 16:35hgbotNote Added: 0147715
2023-03-20 16:35hgbotNote Added: 0147716

Notes
(0147686)
hgbot   
2023-03-20 08:49   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/488 [^]
(0147715)
hgbot   
2023-03-20 16:35   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/488 [^]
(0147716)
hgbot   
2023-03-20 16:35   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: f6ed29ba454c643f0900087e313542ffd6b720a9
Author: miguel.dejuana <miguel.dejuana@openbravo.com>
Date: 20-03-2023 15:25:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/f6ed29ba454c643f0900087e313542ffd6b720a9 [^]

Fixed ISSUE-51917: Move showLoading before executing refresh masterdata

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---