Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038120 | Retail Modules | Web POS | public | 2018-03-13 14:49 | 2018-04-24 09:08 |
|
Reporter | ngarcia | |
Assigned To | rqueralta | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q3 | |
Merge Request Status | |
Review Assigned To | jorge-garcia |
OBNetwork customer | OBPS |
Support ticket | 673 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0038120: Cannot log in in the POS if a Characteristic Value is deactivated. Full refresh is failing |
Description | Cannot log in in the POS if a Characteristic Value is deactivated. Full refresh is failing |
Steps To Reproduce | In the backend:
Go to Product Characteristic window
Select 'Battery Life'
Go to Value tab and deactivate '120h max'
In the POS:
Clean the cache of the browser
Log in in the application
Check the following error message is shown:
"Master Data Loading Error
The Master Data loading process has encountered an error. The following model(s) could not be loaded: CharacteristicValue. Please check you internet connection and click reload to refresh the page. If the problem persists please contact your System Administrator." |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038347 | | closed | rqueralta | Cannot log in in the POS if a Product Characteristic is deactivated. Full refresh is failing |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-03-13 14:49 | ngarcia | New Issue | |
2018-03-13 14:49 | ngarcia | Assigned To | => Retail |
2018-03-13 14:49 | ngarcia | OBNetwork customer | => Yes |
2018-03-13 14:49 | ngarcia | Support ticket | => 673 |
2018-03-13 14:49 | ngarcia | Resolution time | => 1522706400 |
2018-03-13 14:49 | ngarcia | Triggers an Emergency Pack | => No |
2018-03-13 14:50 | ngarcia | Issue Monitored: networkb | |
2018-03-13 15:08 | Practics | Issue Monitored: Practics | |
2018-03-13 21:15 | rqueralta | Assigned To | Retail => rqueralta |
2018-03-13 21:15 | rqueralta | Status | new => scheduled |
2018-03-15 16:22 | hgbot | Checkin | |
2018-03-15 16:22 | hgbot | Note Added: 0103281 | |
2018-03-15 16:22 | hgbot | Status | scheduled => resolved |
2018-03-15 16:22 | hgbot | Resolution | open => fixed |
2018-03-15 16:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3b383dad0dacd6e18b93bd35f20d2fe2eeedbc0f [^] |
2018-03-16 15:02 | hgbot | Checkin | |
2018-03-16 15:02 | hgbot | Note Added: 0103322 | |
2018-03-26 10:20 | marvintm | Note Added: 0103493 | |
2018-03-26 10:20 | marvintm | Status | resolved => new |
2018-03-26 10:20 | marvintm | Resolution | fixed => open |
2018-03-27 19:19 | hgbot | Checkin | |
2018-03-27 19:19 | hgbot | Note Added: 0103589 | |
2018-03-29 16:14 | rqueralta | Status | new => scheduled |
2018-03-29 16:51 | rqueralta | Status | scheduled => resolved |
2018-03-29 16:51 | rqueralta | Resolution | open => fixed |
2018-04-12 12:38 | jorge-garcia | Relationship added | related to 0038347 |
2018-04-12 12:42 | jorge-garcia | Note Added: 0103837 | |
2018-04-12 12:42 | jorge-garcia | Status | resolved => new |
2018-04-12 12:42 | jorge-garcia | Resolution | fixed => open |
2018-04-15 05:33 | hgbot | Checkin | |
2018-04-15 05:33 | hgbot | Note Added: 0103891 | |
2018-04-15 05:36 | rqueralta | Status | new => scheduled |
2018-04-15 05:36 | rqueralta | Status | scheduled => resolved |
2018-04-15 05:36 | rqueralta | Resolution | open => fixed |
2018-04-24 09:08 | jorge-garcia | Review Assigned To | => jorge-garcia |
2018-04-24 09:08 | jorge-garcia | Note Added: 0104051 | |
2018-04-24 09:08 | jorge-garcia | Status | resolved => closed |
2018-04-24 09:08 | jorge-garcia | Fixed in Version | => RR18Q3 |
Notes |
|
(0103281)
|
hgbot
|
2018-03-15 16:22
|
|
|
|
(0103322)
|
hgbot
|
2018-03-16 15:02
|
|
Repository: tools/automation/pi-mobile
Changeset: 815f6159987e2f2f631dda33d08e4269a9fa7a4c
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Thu Mar 15 15:18:39 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/815f6159987e2f2f631dda33d08e4269a9fa7a4c [^]
Verifies issue 38120: Cannot log in in the POS if a Characteristic Value is
deactivated. Full refresh is failing
---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38120_ChValueDeactivated.java
---
|
|
|
|
Fix is not correct. The query needs to take into account whether it's being executed in incremental mode or not, and generate the proper expression using ANDs or ORs, similar to Product.java. |
|
|
(0103589)
|
hgbot
|
2018-03-27 19:19
|
|
|
|
(0103837)
|
jorge-garcia
|
2018-04-12 12:42
|
|
The solution is now correct, but the test is not good enough.
The missing test case is the following:
1) After the POS has logged successfully in the application reactivate the characteristic value previously deactivated
2) Reload the application (do an incremental refresh)
3) After the incremental refresh is done, verify the characteristic value has been loaded to webPOS. |
|
|
(0103891)
|
hgbot
|
2018-04-15 05:33
|
|
Repository: tools/automation/pi-mobile
Changeset: e47cd129a2ac572f52138f57ee5fedf9bec58935
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Thu Apr 12 14:27:19 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e47cd129a2ac572f52138f57ee5fedf9bec58935 [^]
Related to issue 38120: Cannot log in in the POS if a Characteristic Value is
deactivated. Full refresh is failing
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38120_ChValueDeactivated.java
---
|
|
|
(0104051)
|
jorge-garcia
|
2018-04-24 09:08
|
|
|