Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0048101
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorsometimes2021-11-18 13:282021-11-24 08:30
ReportermalsasuaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionfixedFixed in VersionRR22Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0048101: clicking in "login" button, nothing is happening, and login is not done

Descriptionlogin 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;
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0042597 closedranjith_qualiantech_com After click on login, returns for one second to login page 

-  Notes
(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
---

- Issue History
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 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 Note Added: 0133312
2021-11-24 06:51 ranjith_qualiantech_com Status new => scheduled
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
Powered by Mantis Bugtracker