Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037283Retail ModulesWeb POSpublic2017-11-13 14:222018-01-25 15:57
malsasua 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR18Q1 
marvintm
Production - Confirmed Stable
2017-08-23
RR17Q2.4
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/443b0a0eb45eeca9e03efe0080f6632ad046c624 [^]
No
0037283: It is not possible to do login if one product category is not active
when there is one product category deactivated in the backend, the fullrefresh process is returning error in ProductCategoryTree model
in backoffice:
. go to product category window:
 . record: ski -> active=N

in POS:
. do login
Error is returned:

The Master Data loading process has encountered an error. The following model(s) could not be loaded: ProductCategoryTree. Please check you internet connection and click reload to refresh the page. If the problem persists please contact your System Administrator.
No tags attached.
depends on backport 0037285RR17Q4 closed jorge-garcia It is not possible to do login if one product category is not active 
depends on backport 0037286RR17Q3.2 closed jorge-garcia It is not possible to do login if one product category is not active 
caused by defect 0036654 closed jorge-garcia A sanity check must be added to the login to avoid some scenarios with corrupted data 
related to defect 0040162 closed ranjith_qualiantech_com It is not possible to do login in remote mode if one product category is not active 
Issue History
2017-11-13 14:22malsasuaNew Issue
2017-11-13 14:22malsasuaAssigned To => Retail
2017-11-13 14:22malsasuaResolution time => 1510873200
2017-11-13 14:22malsasuaRegression level => Production - Confirmed Stable
2017-11-13 14:22malsasuaTriggers an Emergency Pack => No
2017-11-13 14:56PracticsIssue Monitored: Practics
2017-11-14 10:40jorge-garciaStatusnew => scheduled
2017-11-14 10:40jorge-garciaAssigned ToRetail => jorge-garcia
2017-11-16 16:46hgbotCheckin
2017-11-16 16:46hgbotNote Added: 0100553
2017-11-16 16:46hgbotStatusscheduled => resolved
2017-11-16 16:46hgbotResolutionopen => fixed
2017-11-16 16:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bbdcac728f0d49345f677d3a50d1ad509deb62c6 [^]
2017-11-17 10:43jorge-garciaRegression date => 2017-08-23
2017-11-17 10:43jorge-garciaRegression introduced in release => main
2017-11-17 10:43jorge-garciaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/443b0a0eb45eeca9e03efe0080f6632ad046c624 [^]
2017-11-17 10:44jorge-garciaRelationship addedcaused by 0036654
2017-11-17 13:21marvintmReview Assigned To => marvintm
2017-11-17 13:21marvintmStatusresolved => closed
2017-11-17 13:21marvintmFixed in Version => RR18Q1
2017-11-17 13:22marvintmRegression introduced in releasemain => RR17Q2.4
2018-01-25 15:57hgbotCheckin
2018-01-25 15:57hgbotNote Added: 0101948
2019-02-06 13:09aaroncaleroRelationship addedrelated to 0040162

Notes
(0100553)
hgbot   
2017-11-16 16:46   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bbdcac728f0d49345f677d3a50d1ad509deb62c6
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Nov 15 09:29:26 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bbdcac728f0d49345f677d3a50d1ad509deb62c6 [^]

Fixed issue 37283: It is not possible to do login if one product category
is not active

With the new sanity check for masterdata models it’s necessary to not
load records deactivated during a full refresh.

During a incremental refresh, it’s necessary to recover the status of
category tree if needed.

---
M src/org/openbravo/retail/posterminal/master/Category.java
M src/org/openbravo/retail/posterminal/master/CategoryTree.java
---
(0101948)
hgbot   
2018-01-25 15:57   
Repository: tools/automation/pi-mobile
Changeset: c0dca07db25efa540fe8c29c0bf6a5bd85d82f11
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Jan 17 17:41:05 2018 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c0dca07db25efa540fe8c29c0bf6a5bd85d82f11 [^]

Verifies issue 37283: Added automated test 'I37283_VerifyLoginWithProductCategNotActive'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/categorytree/I37283_VerifyLoginWithProductCategNotActive.java
---