Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0051756 | Retail Modules | Offline Mode | public | 2023-03-02 11:42 | 2023-03-15 14:33 |
|
Reporter | migueldejuana | |
Assigned To | migueldejuana | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR23Q2 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | |
Regression introduced in release | RR20Q3.4 |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0051756: There are several issues with Offline status icon and Pending Sync. popup |
Description | - When go to offline when doing a Failover request (i.e.:Search Orders) the Offline icon is not shown
- When go to offline when doing a Failover request (i.e.:Search Orders) and then, we synchronize something (i.e.:Process and Order) the Offline icon is not shown and Synchronizing icon is shown instead
- When we go back to online and we star synchronizing, the icon is not rotating
- When opening Pending Sync. popup in AWO we get a js error |
Steps To Reproduce | n/a |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-03-02 11:42 | migueldejuana | New Issue | |
2023-03-02 11:42 | migueldejuana | Assigned To | => migueldejuana |
2023-03-02 11:42 | migueldejuana | OBNetwork customer | => No |
2023-03-02 11:42 | migueldejuana | Regression level | => Production - Confirmed Stable |
2023-03-02 11:42 | migueldejuana | Regression introduced in release | => RR20Q3.4 |
2023-03-02 11:42 | migueldejuana | Triggers an Emergency Pack | => No |
2023-03-02 11:46 | migueldejuana | Summary | There are several issues with Offline status icon => There are several issues with Offline status icon and Pending Sync. popup |
2023-03-02 11:46 | migueldejuana | Description Updated | bug_revision_view_page.php?rev_id=25626#r25626 |
2023-03-02 12:17 | hgbot | Merge Request Status | => open |
2023-03-02 12:17 | hgbot | Note Added: 0147230 | |
2023-03-09 08:11 | hgbot | Merge Request Status | open => approved |
2023-03-09 08:11 | hgbot | Resolution | open => fixed |
2023-03-09 08:11 | hgbot | Status | new => closed |
2023-03-09 08:11 | hgbot | Note Added: 0147396 | |
2023-03-09 08:11 | hgbot | Fixed in Version | => RR23Q2 |
2023-03-09 08:11 | hgbot | Note Added: 0147397 | |
2023-03-09 08:11 | hgbot | Note Added: 0147398 | |
2023-03-10 10:43 | hgbot | Note Added: 0147437 | |
2023-03-13 10:43 | hgbot | Note Added: 0147471 | |
2023-03-15 14:33 | hgbot | Note Added: 0147557 | |
2023-03-15 14:33 | hgbot | Note Added: 0147558 | |
2023-03-15 14:33 | hgbot | Note Added: 0147559 | |
Notes |
|
(0147230)
|
hgbot
|
2023-03-02 12:17
|
|
|
|
(0147396)
|
hgbot
|
2023-03-09 08:11
|
|
|
|
(0147397)
|
hgbot
|
2023-03-09 08:11
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: b9f4570a884844cf8478d98542fe875b61aa1e34
Author: miguel.dejuana <miguel.dejuana@openbravo.com>
Date: 09-03-2023 07:11:18
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/b9f4570a884844cf8478d98542fe875b61aa1e34 [^]
Fixed ISSUE-51756: There are several issues with Offline status icon and Pending Sync. popup
- When openning Pending Sync. popup from AWO is failing because there messageIdentifiers, avoid this
- Spin animation has been removed, added it again and set icon to 15px to be a bit bigger. Use proper css class to allow icon execute the animation
- Execute showSyncStatus in processStarted for 'checkMessagesToSync' to allow apply changes also when the process starts
- In showSyncStatus handle properly offline and online flows to update the status and icon behaviour
- When showing Pending Sync. button, remove unneded if (processesInExec.models.length === 0)
---
M web/org.openbravo.mobile.core/app/model/application-state/StateAPI.js
M web/org.openbravo.mobile.core/assets/css/obmobc-main.css
M web/org.openbravo.mobile.core/source/component/legacy/ob-legacy.js
M web/org.openbravo.mobile.core/source/component/ob-menu.js
M web/org.openbravo.mobile.core/source/utils/SyncIconManagement.js
---
|
|
|
(0147398)
|
hgbot
|
2023-03-09 08:11
|
|
|
|
(0147437)
|
hgbot
|
2023-03-10 10:43
|
|
|
|
(0147471)
|
hgbot
|
2023-03-13 10:43
|
|
|
|
(0147557)
|
hgbot
|
2023-03-15 14:33
|
|
|
|
(0147558)
|
hgbot
|
2023-03-15 14:33
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 8c202bb5db7c12df40cda5104e80e7f1a641d0d2
Author: miguel.dejuana <miguel.dejuana@openbravo.com>
Date: 15-03-2023 06:58:13
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/8c202bb5db7c12df40cda5104e80e7f1a641d0d2 [^]
Fixed ISSUE-51756: There are several issues with Offline status icon and Pending Sync. popup
- When openning Pending Sync. popup from AWO is failing because there messageIdentifiers, avoid this
- Spin animation has been removed, added it again and set icon to 15px to be a bit bigger. Use proper css class to allow icon execute the animation
- Execute showSyncStatus in processStarted for 'checkMessagesToSync' to allow apply changes also when the process starts
- In showSyncStatus handle properly offline and online flows to update the status and icon behaviour
- When showing Pending Sync. button, remove unneded if (processesInExec.models.length === 0)
---
M web/org.openbravo.mobile.core/app/model/application-state/StateAPI.js
M web/org.openbravo.mobile.core/assets/css/obmobc-main.css
M web/org.openbravo.mobile.core/source/component/legacy/ob-legacy.js
M web/org.openbravo.mobile.core/source/component/ob-menu.js
M web/org.openbravo.mobile.core/source/utils/SyncIconManagement.js
---
|
|
|
(0147559)
|
hgbot
|
2023-03-15 14:33
|
|
|