Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0051016 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [POS2] POS | major | have not tried | 2022-11-25 15:59 | 2023-01-25 14:17 | |||
Reporter | rafaroda | View Status | public | |||||
Assigned To | Retail | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 23Q2 | |||
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 | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0051016: Prevent opening the same application in more than one tab | |||||||
Description | EWI: Opening twice the same POS in 2 different tabs of the same session in POS 2 REACT leads to Error While Importing. https://openbravo.atlassian.net/browse/RM-3744 [^] | |||||||
Steps To Reproduce | 1) Open POS 2 REACT in 1 tab of Chrome and login and start a sale 2) Open POS 2 REACT in another tab of Chrome and login to start a sale Not only you can have duplicated document numbers, but you will also end up in EWis | |||||||
Proposed Solution | As in POS 1 ENYO: build a mechanism that locks the POS from being operated twice in different tabs | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0145446) hgbot (developer) 2023-01-16 11:32 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/960 [^] |
(0145447) hgbot (developer) 2023-01-16 11:33 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/459 [^] |
(0145732) hgbot (developer) 2023-01-23 11:10 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: 639432160122c57990656966e5e99f3ba5a70378 Author: Joan Borras | Practics BS <joan.borras@practicsbs.com> Date: 23-01-2023 10:10:24 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/639432160122c57990656966e5e99f3ba5a70378 [^] Related to ISSUE-51016: implements a mechanism to pause MasterDataController --- M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js --- |
(0145733) hgbot (developer) 2023-01-23 11:10 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/459 [^] |
(0145735) hgbot (developer) 2023-01-23 11:12 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/960 [^] |
(0145736) hgbot (developer) 2023-01-23 11:12 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: d4aa2607ab66dce493f6452747d60b8bdfdb961e Author: Joan Borras | Practics BS <joan.borras@practicsbs.com> Date: 23-01-2023 10:12:36 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/d4aa2607ab66dce493f6452747d60b8bdfdb961e [^] Fixes FR-51016: Prevent opening the same application in more than one tab --- A web-jspack/org.openbravo.core2/src/core/user-interface/BrowserTab.js M web-jspack/org.openbravo.core2/src/authentication/loginInitActions.js --- |
(0145793) hgbot (developer) 2023-01-24 13:45 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: c2910bb63e68d6b1263c2a09f3ac453d76e069d4 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 24-01-2023 13:42:24 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/c2910bb63e68d6b1263c2a09f3ac453d76e069d4 [^] Revert "Fixes FR-51016: Prevent opening the same application in more than one tab" This reverts commit d4aa2607ab66dce493f6452747d60b8bdfdb961e. --- M web-jspack/org.openbravo.core2/src/authentication/loginInitActions.js R web-jspack/org.openbravo.core2/src/core/user-interface/BrowserTab.js --- |
(0145794) adrianromero (manager) 2023-01-24 13:46 |
Reopened due to Cypress tests failing |
(0145795) hgbot (developer) 2023-01-24 15:17 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/965 [^] |
(0145836) hgbot (developer) 2023-01-25 14:17 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/965 [^] |
(0145837) hgbot (developer) 2023-01-25 14:17 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: a2fcec3f25fa0c351483e1d20f3cf1fbbd7fc899 Author: joan.borras <joan.borras@practicsbs.com> Date: 25-01-2023 14:13:12 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/a2fcec3f25fa0c351483e1d20f3cf1fbbd7fc899 [^] Fixes FR-51016: Prevent opening the same application in more than one tab --- A web-jspack/org.openbravo.core2/src/core/user-interface/BrowserTab.js M web-jspack/org.openbravo.core2/src/ob-init.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2022-11-25 15:59 | rafaroda | New Issue | |
2022-11-25 15:59 | rafaroda | Assigned To | => Retail |
2022-11-25 15:59 | rafaroda | Triggers an Emergency Pack | => No |
2022-12-01 08:59 | alostale | Type | defect => feature request |
2022-12-01 08:59 | alostale | Summary | EWI: Opening twice the same POS in 2 different tabs of the same session in POS 2 REACT leads to Error While Importing => Prevent opening the same application in more than one tab |
2023-01-16 11:32 | hgbot | Note Added: 0145446 | |
2023-01-16 11:33 | hgbot | Note Added: 0145447 | |
2023-01-18 12:05 | alostale | Description Updated | View Revisions |
2023-01-23 11:10 | hgbot | Note Added: 0145732 | |
2023-01-23 11:10 | hgbot | Note Added: 0145733 | |
2023-01-23 11:12 | hgbot | Resolution | open => fixed |
2023-01-23 11:12 | hgbot | Status | new => closed |
2023-01-23 11:12 | hgbot | Note Added: 0145735 | |
2023-01-23 11:12 | hgbot | Fixed in Version | => 23Q2 |
2023-01-23 11:12 | hgbot | Note Added: 0145736 | |
2023-01-24 13:45 | hgbot | Note Added: 0145793 | |
2023-01-24 13:46 | adrianromero | Note Added: 0145794 | |
2023-01-24 13:46 | adrianromero | Status | closed => new |
2023-01-24 13:46 | adrianromero | Resolution | fixed => open |
2023-01-24 13:46 | adrianromero | Fixed in Version | 23Q2 => |
2023-01-24 15:17 | hgbot | Note Added: 0145795 | |
2023-01-25 14:17 | hgbot | Note Added: 0145836 | |
2023-01-25 14:17 | hgbot | Resolution | open => fixed |
2023-01-25 14:17 | hgbot | Status | new => closed |
2023-01-25 14:17 | hgbot | Fixed in Version | => 23Q2 |
2023-01-25 14:17 | hgbot | Note Added: 0145837 | |
2023-05-18 11:56 | rafaroda | Relationship added | related to 0052468 |
Copyright © 2000 - 2009 MantisBT Group |