Openbravo Issue Tracking System - POS2
View Issue Details
0057755POS2Corepublic2025-01-24 12:552025-02-13 18:13
aaroncalero 
Triage Platform Base 
highmajoralways
scheduledopen 
5
 
 
No
0057755: 'Application Locked' popup can be bypassed before the first login is done
Core2-based applications have a mechanism to block the page if the code detects that the same url has been opened in a different tab[1]. When that situation is detected, a popup is opened, blocking the screen and preventing further action in that tab.

That popup can fail to be opened if current tab is on the login screen, and no login has been performed yet: a js error is raised while trying to get the label to be displayed in the popup:
hook.js:608 Uncaught TypeError: Cannot read properties of undefined (reading 'language_string');



[1] https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/blob/master/web-jspack/org.openbravo.core2/src/core/user-interface/BrowserTab.js?ref_type=heads [^]
In a POS2 environment:
Copy the url of the application and close all POS tabs.
Open the first tab with the copied url and open the chrome console.
Open the second tab with the copied url.
Verify that the first tab now shows an error in the console.
Verify that it is now possible to log in from both tabs
No tags attached.
depends on backport 005797425Q1 scheduled Triage Platform Base 'Application Locked' popup can be bypassed before the first login is done 
depends on backport 005797524Q4.1 scheduled Triage Platform Base 'Application Locked' popup can be bypassed before the first login is done 
Not all the children of this issue are yet resolved or closed.
Issue History
2025-01-24 12:55aaroncaleroNew Issue
2025-01-24 12:55aaroncaleroAssigned To => Triage Platform Base
2025-01-24 12:55aaroncaleroTriggers an Emergency Pack => No
2025-02-13 10:32AugustoMauchStatusnew => scheduled
2025-02-13 18:13hgbotNote Added: 0175618

Notes
(0175618)
hgbot   
2025-02-13 18:13   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1768 [^]