Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0043763 | Retail Modules | Web POS | public | 2020-04-17 09:46 | 2020-04-22 15:23 |
|
Reporter | plujan | |
Assigned To | prakashmurugesan88 | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR20Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | Packaging and release |
Regression date | |
Regression introduced in release | main |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0043763: [20Q2] A non-necessary message "Data synchronization was successful" is shown frequently |
Description | Since the logs unification, a message that before was rarely shown "Data synchronization was successful" is now displayed once by minute or so.
This message is not useful to an end-user and it might interfere the normal user flows (by showing unnecessary information on screen) |
Steps To Reproduce | Login as vallblanca user and leave the webPOS in the main screen. At some point, the message will be shown. Keep waiting, and the message will be shown again in about a minute. It is also showing after performing other actions.
Repeat the flow in 20Q1 and notice that message is not being shown. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0043826 | RR20Q2 | closed | prakashmurugesan88 | [20Q2] A non-necessary message "Data synchronization was successful" is shown frequently |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-04-17 09:46 | plujan | New Issue | |
2020-04-17 09:46 | plujan | Assigned To | => Retail |
2020-04-17 09:46 | plujan | OBNetwork customer | => No |
2020-04-17 09:46 | plujan | Regression level | => Packaging and release |
2020-04-17 09:46 | plujan | Regression introduced in release | => main |
2020-04-17 09:46 | plujan | Triggers an Emergency Pack | => No |
2020-04-17 11:20 | gorka_gil | Note Added: 0119234 | |
2020-04-17 11:24 | gorka_gil | Status | new => acknowledged |
2020-04-21 14:58 | prakashmurugesan88 | Assigned To | Retail => prakashmurugesan88 |
2020-04-21 15:44 | prakashmurugesan88 | Status | acknowledged => scheduled |
2020-04-22 08:38 | hgbot | Checkin | |
2020-04-22 08:38 | hgbot | Note Added: 0119317 | |
2020-04-22 08:38 | hgbot | Status | scheduled => resolved |
2020-04-22 08:38 | hgbot | Resolution | open => fixed |
2020-04-22 08:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/631f9fc96235444288f0ed8fd73a0c975e67accb [^] |
2020-04-22 15:07 | marvintm | Status | resolved => new |
2020-04-22 15:07 | marvintm | Resolution | fixed => open |
2020-04-22 15:07 | marvintm | Status | new => scheduled |
2020-04-22 15:07 | marvintm | Status | scheduled => resolved |
2020-04-22 15:07 | marvintm | Fixed in Version | => RR20Q3 |
2020-04-22 15:07 | marvintm | Resolution | open => fixed |
2020-04-22 15:23 | marvintm | Review Assigned To | => marvintm |
2020-04-22 15:23 | marvintm | Status | resolved => closed |
Notes |
|
|
The cause of this regression is two intended changes:
- The log is send to the backend using synchronization buffer, instead direct requests.
- Synchronization messages are sent as soon as they are generated, instead to wait till the ticket is completed. (better for distribute the load in the backend)
In any case, this message is obsolete, since it was created when there wasn't another way to know that terminal data was synchronized to the backend in offline situations, but now there are better ways to check it.
So this message should be deleted. |
|
|
(0119317)
|
hgbot
|
2020-04-22 08:38
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 631f9fc96235444288f0ed8fd73a0c975e67accb
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed Apr 22 12:07:59 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/631f9fc96235444288f0ed8fd73a0c975e67accb [^]
Fixed BUG-43763: Data synchronization successful message shown frequently
It is caused by following two intended changes
* Log is send to backend using synchronization buffer, instead of direct request
* Synchronization messages are sent as soon as they are generated instead to wait
till the ticket is completed. It is better for distribute the load in the backend.
* This message is for when coming back from offline, to know that messages were
synchronized.
* Now there is an icon of offline and other ways to check the messages that has
not been sync.
* Therefore these messages are no longer needed.
---
M web/org.openbravo.mobile.core/source/utils/ob-synchronizationmonitor.js
---
|
|