Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048269 | POS2 | POS | public | 2021-12-17 09:45 | 2021-12-17 13:03 |
|
Reporter | lorenzofidalgo | |
Assigned To | caristu | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | merged |
Review Assigned To | caristu |
OBNetwork customer | No |
Support ticket | |
Regression level | Automated tests |
Regression date | 2021-12-16 |
Regression introduced in release | |
Regression introduced by commit | https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/d3645abc217a55e68fb995d4ee7c64d4c80ed833 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0048269: POS2 is stuck in loading status |
Description | Once the POS2 user has logged in and he/she is in the main page, the page gets stuck loading |
Steps To Reproduce | 0-Login POS2 as vallblanca.
1-Click NEXT button to complete Initial Count. DEFECT: Realise the mouse cursor is in loading mode and it is required to refresh the page to be able to continue using the application. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0048144 | | closed | caristu | userActionInProgress state property incorrectly set to null in some cases | related to | defect | 0048274 | | closed | cberner | userActionInProgress state property incorrectly set to null in some cases |
|
Attached Files | Openbravo POS2 - Google Chrome 2021-12-17 09-47-59.mp4 (2,762,702) 2021-12-17 09:49 https://issues.openbravo.com/file_download.php?file_id=16440&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2021-12-17 09:45 | lorenzofidalgo | New Issue | |
2021-12-17 09:45 | lorenzofidalgo | Assigned To | => Retail |
2021-12-17 09:45 | lorenzofidalgo | OBNetwork customer | => No |
2021-12-17 09:45 | lorenzofidalgo | Regression level | => Automated tests |
2021-12-17 09:45 | lorenzofidalgo | Triggers an Emergency Pack | => No |
2021-12-17 09:49 | lorenzofidalgo | File Added: Openbravo POS2 - Google Chrome 2021-12-17 09-47-59.mp4 | |
2021-12-17 10:15 | caristu | Assigned To | Retail => caristu |
2021-12-17 10:15 | caristu | Status | new => acknowledged |
2021-12-17 10:16 | caristu | Regression date | => 2021-12-16 |
2021-12-17 10:16 | caristu | Regression introduced by commit | => https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/d3645abc217a55e68fb995d4ee7c64d4c80ed833 [^] |
2021-12-17 11:04 | caristu | Relationship added | caused by 0048144 |
2021-12-17 12:51 | hgbot | Merge Request Status | => open |
2021-12-17 12:51 | hgbot | Note Added: 0133801 | |
2021-12-17 12:54 | hgbot | Note Added: 0133802 | |
2021-12-17 12:57 | hgbot | Resolution | open => fixed |
2021-12-17 12:57 | hgbot | Status | acknowledged => resolved |
2021-12-17 12:57 | hgbot | Note Added: 0133803 | |
2021-12-17 12:57 | hgbot | Merge Request Status | open => merged |
2021-12-17 12:57 | hgbot | Note Added: 0133804 | |
2021-12-17 12:57 | hgbot | Note Added: 0133805 | |
2021-12-17 12:57 | hgbot | Note Added: 0133806 | |
2021-12-17 13:03 | caristu | Review Assigned To | => caristu |
2021-12-17 13:03 | caristu | Note Added: 0133807 | |
2021-12-17 13:03 | caristu | Status | resolved => closed |
2021-12-17 13:03 | caristu | Relationship added | related to 0048274 |
Notes |
|
(0133801)
|
hgbot
|
2021-12-17 12:51
|
|
|
|
(0133802)
|
hgbot
|
2021-12-17 12:54
|
|
|
|
(0133803)
|
hgbot
|
2021-12-17 12:57
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: cd8c61c3499ab20aca2d840b5181878af3fcad11
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 17-12-2021 12:49:14
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/cd8c61c3499ab20aca2d840b5181878af3fcad11 [^]
fixes ISSUE-48269: POS2 is stuck in loading status
Reverts changeset d3645abc
---
A web-jspack/org.openbravo.core2/src/model/user-interface/actions/SetUserActionInProgress.js
M web-jspack/org.openbravo.core2/src/components/BaseDialog/__test__/BaseDialog.test.jsx
M web-jspack/org.openbravo.core2/src/components/BasePopover/__test__/BasePopover.test.jsx
M web-jspack/org.openbravo.core2/src/components/BasePopover/stories/BasePopover.stories.jsx
M web-jspack/org.openbravo.core2/src/components/Scrim/UserActionScrim/UserActionScrim.jsx
M web-jspack/org.openbravo.core2/src/components/Scrim/UserActionScrim/__test__/UserActionScrim.test.jsx
M web-jspack/org.openbravo.core2/src/components/Scrim/UserActionScrim/stories/UserActionScrim.stories.jsx
M web-jspack/org.openbravo.core2/src/core/user-action/UserAction.js
M web-jspack/org.openbravo.core2/src/hooks/useLockableStackOrder/__test__/useLockableStackOrder.test.jsx
M web-jspack/org.openbravo.core2/src/hooks/useLockableStackOrder/useLockableStackOrder.js
M web-jspack/org.openbravo.core2/src/model/user-interface/UI.js
R web-jspack/org.openbravo.core2/src/core/user-action/__test__/UseUserActionInProgress.test.jsx
R web-jspack/org.openbravo.core2/src/core/user-action/useUserActionInProgress.js
R web-jspack/org.openbravo.core2/src/model/user-interface/__test__/UserActionInProgressStack.test.js
R web-jspack/org.openbravo.core2/src/model/user-interface/actions/UserActionInProgressStack.js
---
|
|
|
(0133804)
|
hgbot
|
2021-12-17 12:57
|
|
|
|
(0133805)
|
hgbot
|
2021-12-17 12:57
|
|
|
|
(0133806)
|
hgbot
|
2021-12-17 12:57
|
|
|
|
|
- Reverting original changeset created in 0048144 which was causing the issue
- Reported the original issue again: 0048274 |
|