Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0048101 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | sometimes | 2021-11-18 13:28 | 2021-11-24 08:30 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR22Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | Gold | |||||||
Support ticket | 32873 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0048101: clicking in "login" button, nothing is happening, and login is not done | |||||||
Description | login is not done. Clicking "login" button, nothing is happening. it happened in the customer after one deployment that full refresh is required, and server was overloaded. It happened in some terminals, not all terminals The problem was solved refreshing the browser "F5" | |||||||
Steps To Reproduce | . it is only reproducible in customer environment. . We have reproduced it, following the below steps: 1. in the same chrome, open two tabs with the login page 2. in session1: 2.1 do login 2.2 do logout 3. quickly change to session2 tab, and click in "login" button> login is not done, nothing is happening check video in internal note Debugging we have found that variable isLogginIn is true, when we are clicking in "login" button login: function(user, password, mode, command) { if (this.get('isLoggingIn') === true) { OB.UTIL.Debug.execute(function() { throw 'There is already a logging process in progress'; }); return; } this.set('isLoggingIn', true); var params; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0133312) hgbot (developer) 2021-11-24 06:41 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/304 [^] |
(0133322) hgbot (developer) 2021-11-24 08:30 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/304 [^] |
(0133323) hgbot (developer) 2021-11-24 08:30 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: b604918ab256292f70da8f5c1c7134aee6cda47f Author: Ranjith S R <ranjith@qualiantech.com> Date: 2021-11-24T07:30:06+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/b604918ab256292f70da8f5c1c7134aee6cda47f [^] Fixed ISSUE-48101: ServiceWorker EventListener should receive only current POS event * If POS is opened in 2 tabs, EventListener should receive only current POS event --- M web/org.openbravo.mobile.core/source/offline/ob-fetch-manifest.js M web/org.openbravo.mobile.core/source/offline/ob-sources-sw.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2021-11-18 13:28 | malsasua | New Issue | |
2021-11-18 13:28 | malsasua | Assigned To | => Retail |
2021-11-18 13:28 | malsasua | OBNetwork customer | => Gold |
2021-11-18 13:28 | malsasua | Support ticket | => 32873 |
2021-11-18 13:28 | malsasua | Triggers an Emergency Pack | => No |
2021-11-19 09:16 | ranjith_qualiantech_com | Relationship added | related to 0042597 |
2021-11-22 06:41 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2021-11-24 06:41 | hgbot | Merge Request Status | => open |
2021-11-24 06:41 | hgbot | Note Added: 0133312 | |
2021-11-24 06:51 | ranjith_qualiantech_com | Status | new => scheduled |
2021-11-24 08:30 | hgbot | Merge Request Status | open => approved |
2021-11-24 08:30 | hgbot | Note Added: 0133322 | |
2021-11-24 08:30 | hgbot | Resolution | open => fixed |
2021-11-24 08:30 | hgbot | Status | scheduled => closed |
2021-11-24 08:30 | hgbot | Fixed in Version | => RR22Q1 |
2021-11-24 08:30 | hgbot | Note Added: 0133323 |
Copyright © 2000 - 2009 MantisBT Group |