Openbravo Issue Tracking System - POS2
View Issue Details
0050826POS2POSpublic2022-11-10 12:112022-11-10 16:33
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
23Q1 
No
0050826: Missing await in SelectKeymapVersionToEdit.goToNextStep
The SelectKeymapVersionToEdit.goToNextStep function is an asynchronous function that is launching user actions without using await.

With the changes introduced with 0050791 SelectKeymapVersionToEditUserAction.test.js test fails because the test is not able to complete the assertions. Adding those missing awaits the problem gets fixed.
.
No tags attached.
related to feature request 0050791 closed caristu User Action Reasons 
Issue History
2022-11-10 12:11caristuNew Issue
2022-11-10 12:11caristuAssigned To => Retail
2022-11-10 12:11caristuTriggers an Emergency Pack => No
2022-11-10 12:12caristuAssigned ToRetail => caristu
2022-11-10 12:14hgbotNote Added: 0143379
2022-11-10 12:18caristuRelationship addedrelated to 0050791
2022-11-10 12:19caristuDescription Updatedbug_revision_view_page.php?rev_id=25091#r25091
2022-11-10 12:19caristuDescription Updatedbug_revision_view_page.php?rev_id=25092#r25092
2022-11-10 12:53caristuDescription Updatedbug_revision_view_page.php?rev_id=25093#r25093
2022-11-10 12:54hgbotResolutionopen => fixed
2022-11-10 12:54hgbotStatusnew => closed
2022-11-10 12:54hgbotNote Added: 0143381
2022-11-10 12:54hgbotFixed in Version => 23Q1
2022-11-10 12:54hgbotNote Added: 0143382
2022-11-10 16:33hgbotNote Added: 0143417

Notes
(0143379)
hgbot   
2022-11-10 12:14   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1353 [^]
(0143381)
hgbot   
2022-11-10 12:54   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1353 [^]
(0143382)
hgbot   
2022-11-10 12:54   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 04d2961b44c5f107af8f80768ee7bec19dc21c3d
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 10-11-2022 11:53:48
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/04d2961b44c5f107af8f80768ee7bec19dc21c3d [^]

fixes BUG-50826: Missing await in SelectKeymapVersionToEdit.goToNextStep

---
M web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/keymapEditor/SelectKeymapVersionToEdit.js
---
(0143417)
hgbot   
2022-11-10 16:33   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3e9abf614f58c02cd35adac890d925740a3ac7f2
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 10-11-2022 16:32:37
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3e9abf614f58c02cd35adac890d925740a3ac7f2 [^]

related to BUG-50826: Missing async-await in SelectKeymapToEdit.goToNextStep

---
M web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/keymapEditor/SelectKeymapToEdit.js
---