Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048422Retail ModulesSelfcheckoutpublic2022-01-18 19:072022-01-21 12:43
malsasua 
Retail 
highmajoralways
closedfixed 
5
 
 
No
0048422: SCO is locked during incremental refresh
if the ticket is completed while incremental refresh process is executing, the SCO is blocked until the incremental refresh finish
. configure the inc refresh process to 1min
. in SCO:
1. add one product
2. configure slow network
3. wait incremental refresh process is triggered
4. when it is triggered, complete the ticket
ticket is completed, but loading window is displayed until incremental refresh process finish


See below video:
https://watch.screencastify.com/v/heuRJ5ieRM5sFcxf0C2P [^]
. the incremental refresh process should be executed in background
No tags attached.
related to defect 0047027 closed ranjith_qualiantech_com in SCO, incremental refresh is not executed when the terminal is not being used 
related to feature request 0041027 closed gorka_gil Optimize masterdata incremental refresh process 
has duplicate defect 0048432 closed gorka_gil Background refresh masterdata not working correctly in SCO 
Issue History
2022-01-18 19:07malsasuaNew Issue
2022-01-18 19:07malsasuaAssigned To => Retail
2022-01-18 19:07malsasuaTriggers an Emergency Pack => No
2022-01-19 18:13gorka_gilRelationship addedhas duplicate 0048432
2022-01-19 18:16gorka_gilRelationship addedrelated to 0047027
2022-01-19 18:17gorka_gilRelationship addedrelated to 0041027
2022-01-20 14:16hgbotNote Added: 0134413
2022-01-20 14:18hgbotNote Added: 0134414
2022-01-21 12:43hgbotResolutionopen => fixed
2022-01-21 12:43hgbotStatusnew => closed
2022-01-21 12:43hgbotNote Added: 0134482
2022-01-21 12:43hgbotNote Added: 0134483
2022-01-21 12:43hgbotNote Added: 0134484
2022-01-21 12:43hgbotNote Added: 0134485

Notes
(0134413)
hgbot   
2022-01-20 14:16   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout/-/merge_requests/29 [^]
(0134414)
hgbot   
2022-01-20 14:18   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/159 [^]
(0134482)
hgbot   
2022-01-21 12:43   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout [^]
Changeset: cd3832fb5937228548fd0d8ae490006a9a6cf762
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 21-01-2022 11:42:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout/-/commit/cd3832fb5937228548fd0d8ae490006a9a6cf762 [^]

Fixed ISSUE-48422: Fix incremental refresh in background in SCO

Call to OB.UTIL.checkRefreshMasterData that will save the db, the data
previously loaded in background

---
M web/org.openbravo.retail.selfcheckout/source/steps/startWelcome.js
---
(0134483)
hgbot   
2022-01-21 12:43   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.selfcheckout/-/merge_requests/29 [^]
(0134484)
hgbot   
2022-01-21 12:43   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 2ef37476bef987f0fcacfcef7ea9199e27242168
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 21-01-2022 11:21:56
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/2ef37476bef987f0fcacfcef7ea9199e27242168 [^]

Fixed ISSUE-48422: Fix incremental refresh in background in SCO

Adapt some tests to the change of use normal loading instead sco loading

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/selfcheckout/I38194_SCORefreshMasterData.java
---
(0134485)
hgbot   
2022-01-21 12:43   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/159 [^]