Openbravo Issue Tracking System - POS2
View Issue Details
0058015POS2POSpublic2025-02-17 10:282025-02-20 10:36
jayala 
cberner 
normalmajorhave not tried
closedfixed 
5
 
24Q4.224Q4.1 
2025-02-13
main
https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/commit/9cf77cc5f0dbc50fb83ffdd920e42a4820b58441 [^]
No
0058015: 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 => 24Q4.2
2025-02-18 13:18hgbotNote Added: 0175817
2025-02-20 10:36hgbotResolutionopen => fixed
2025-02-20 10:36hgbotStatusscheduled => closed
2025-02-20 10:36hgbotNote Added: 0175959
2025-02-20 10:36hgbotFixed in Version => 24Q4.1
2025-02-20 10:36hgbotNote Added: 0175960

Notes
(0175817)
hgbot   
2025-02-18 13:18   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1781 [^]
(0175959)
hgbot   
2025-02-20 10:36   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1781 [^]
(0175960)
hgbot   
2025-02-20 10:36   
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: 5deb777523062e13482d0a305e8f90ea9300926f
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 18-02-2025 13:17:54
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/commit/5deb777523062e13482d0a305e8f90ea9300926f [^]

Fixes ISSUE-58015: 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
---