Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039266 | Retail Modules | Web POS | public | 2018-09-11 16:23 | 2018-12-13 11:57 |
|
Reporter | caristu | |
Assigned To | jorge-garcia | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR19Q1 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0039266: Review "loaded" check feature in CustomerLoader |
Description | Currently if the "loaded" property is not provided to the CustomerLoader, a NPE is raised:
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/annotate/5dc356116798/src/org/openbravo/retail/posterminal/CustomerLoader.java#l72 [^] |
Steps To Reproduce | In description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0039436 | RR19Q1 | closed | jorge-garcia | Review "loaded" check feature in CustomerAddrLoader |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-09-11 16:23 | caristu | New Issue | |
2018-09-11 16:23 | caristu | Assigned To | => Retail |
2018-09-11 16:23 | caristu | OBNetwork customer | => No |
2018-09-11 16:23 | caristu | Triggers an Emergency Pack | => No |
2018-09-11 16:24 | caristu | Description Updated | bug_revision_view_page.php?rev_id=17617#r17617 |
2018-09-26 16:35 | jorge-garcia | Status | new => scheduled |
2018-09-26 16:35 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2018-10-08 08:49 | hgbot | Checkin | |
2018-10-08 08:49 | hgbot | Note Added: 0107205 | |
2018-10-08 11:04 | hgbot | Checkin | |
2018-10-08 11:04 | hgbot | Note Added: 0107209 | |
2018-10-11 08:31 | hgbot | Checkin | |
2018-10-11 08:31 | hgbot | Note Added: 0107235 | |
2018-10-11 10:33 | aferraz | Note Added: 0107246 | |
2018-10-11 11:23 | aferraz | Issue cloned | 0039436 |
2018-10-11 11:24 | aferraz | Relationship added | related to 0039436 |
2018-10-11 11:24 | aferraz | Note Edited: 0107246 | bug_revision_view_page.php?bugnote_id=0107246#r17753 |
2018-10-11 11:27 | aferraz | Description Updated | bug_revision_view_page.php?rev_id=17756#r17756 |
2018-10-11 11:28 | jorge-garcia | Status | scheduled => resolved |
2018-10-11 11:28 | jorge-garcia | Fixed in Version | => RR19Q1 |
2018-10-11 11:28 | jorge-garcia | Resolution | open => fixed |
2018-10-29 11:32 | marvintm | Review Assigned To | => marvintm |
2018-10-29 11:32 | marvintm | Status | resolved => closed |
2018-11-07 15:15 | aferraz | Note Added: 0107781 | |
2018-11-07 15:15 | aferraz | Status | closed => new |
2018-11-07 15:15 | aferraz | Resolution | fixed => open |
2018-11-07 15:15 | aferraz | Fixed in Version | RR19Q1 => |
2018-11-07 16:31 | jorge-garcia | Status | new => scheduled |
2018-11-12 11:29 | hgbot | Checkin | |
2018-11-12 11:29 | hgbot | Note Added: 0107840 | |
2018-11-12 11:30 | jorge-garcia | Status | scheduled => resolved |
2018-11-12 11:30 | jorge-garcia | Resolution | open => fixed |
2018-12-13 11:57 | marvintm | Status | resolved => closed |
2018-12-13 11:57 | marvintm | Fixed in Version | => RR19Q1 |
Notes |
|
(0107205)
|
hgbot
|
2018-10-08 08:49
|
|
Repository: erp/pmods/org.openbravo.retail.contactinfoforproduct
Changeset: b41355ddcd9bdb7e7bc9b71a88b4dfb994845627
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Oct 03 16:57:34 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.contactinfoforproduct/rev/b41355ddcd9bdb7e7bc9b71a88b4dfb994845627 [^]
Related to issue 39266: Review "loaded" check feature in CustomerLoader
It's not necessary to change loaded or timezoneoffset values in contact info
for product to indicate a change had happened in customer model.
---
M web/org.openbravo.retail.contactinfoforproduct/js/modalItemDeclaration.js
---
|
|
|
(0107209)
|
hgbot
|
2018-10-08 11:04
|
|
|
|
(0107235)
|
hgbot
|
2018-10-11 08:31
|
|
|
|
(0107246)
|
aferraz
|
2018-10-11 10:33
(edited on: 2018-10-11 11:24) |
|
|
|
|
NPE is still raised in case user != null and userUpdated != null:
if ((loaded != null && loaded.compareTo(updated) < 0) || (user != null && userUpdated != null && (loaded.compareTo(userUpdated) < 0))) { |
|
|
(0107840)
|
hgbot
|
2018-11-12 11:29
|
|
|