Openbravo Issue Tracking System - POS2
View Issue Details
0058014POS2POSpublic2025-02-17 10:282025-02-23 18:48
jayala 
cberner 
normalmajorhave not tried
closedfixed 
5
 
25Q125Q1 
approved
No
2025-02-13
main
https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/commit/9cf77cc5f0dbc50fb83ffdd920e42a4820b58441 [^]
No
0058014: POS2 is blocked after a logout and login with an Order loaded
At POS2 and having an Order loaded in Terminal, if logout and then login is performed, the user can't use the Terminal anymore, a message "The application needs to be refreshed in order to update its state." is shown, and it keeps refreshing with the same message in an infinite loop.
1. Login WebPOS
1. Go to Orders window and load any Order.
2. With the Order loaded, logout.
3. Log in again.
4. The message is shown and the Terminal is useless.

* This also happens if the Terminal is locked automatically by timeout.
No tags attached.
blocks defect 0058000 closed cberner POS2 is blocked after a logout and login with an Order loaded 
Issue History
2025-02-18 13:16cbernerTypedefect => backport
2025-02-18 13:16cbernerTarget Version => 25Q1
2025-02-23 18:48hgbotNote Added: 0176047
2025-02-23 18:48hgbotResolutionopen => fixed
2025-02-23 18:48hgbotStatusscheduled => closed
2025-02-23 18:48hgbotNote Added: 0176048
2025-02-23 18:48hgbotFixed in Version => 25Q1
2025-02-23 18:48hgbotNote Added: 0176049

Notes
(0176047)
hgbot   
2025-02-23 18:48   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1789 [^]
(0176048)
hgbot   
2025-02-23 18:48   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1789 [^]
(0176049)
hgbot   
2025-02-23 18:48   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: cfa7c23e3cdde7c1f2ac6b17add535dc0308af51
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 23-02-2025 18:48:20
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/commit/cfa7c23e3cdde7c1f2ac6b17add535dc0308af51 [^]

Fixes ISSUE-58014: POS2 is blocked after a logout and login with an Order loaded

The order when loaded through the order window resulted in an invalid
ticket, which is incorrect.

---
M web-jspack/org.openbravo.core2/src/authentication/loginInitActions.js
---