Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028350Retail ModulesWeb POSpublic2014-12-04 17:232014-12-15 00:23
jecharri 
malsasua 
immediatemajoralways
closedfixed 
5
 
RR15Q1RR15Q1 
mtaal
Production - QA Approved
RR14Q3
No
0028350: Error when you login without incremental refresh configured
Error when you login without incremental refresh configured.

If you have an environment without incremental and full refresh configured, it can happen that second time that you login you receive an error in function newOrder because "OB.POS.modelterminal.get('terminal')" object is not properly loaded
-Login to the environment
-Logout and login again

You will receive the error

I am going to send an email to our retail team to have a clone of the environment
No tags attached.
duplicate of defect 0027841 closed marvintm terminal is loaded after that the called to method "OB.MobileApp.model.get('terminal').partnerAddress" is done 
related to defect 0028337 closed malsasua when login is done in WEB POS and the first sales is done quickly, JS error is returned 
related to defect 0028393RR15Q3 closed malsasua Product scree is not loaded when you login without incremental refresh configured 
Issue History
2014-12-04 17:23jecharriNew Issue
2014-12-04 17:23jecharriAssigned To => marvintm
2014-12-04 17:23jecharriResolution time => 1418166000
2014-12-04 17:23jecharriRegression level => Production - QA Approved
2014-12-04 17:23jecharriRegression introduced in release => RR14Q3
2014-12-04 17:23jecharriTriggers an Emergency Pack => No
2014-12-04 19:30jecharriRelationship addedduplicate of 0027841
2014-12-09 13:34malsasuaRelationship addedrelated to 0028337
2014-12-09 18:47malsasuaStatusnew => scheduled
2014-12-09 18:47malsasuaAssigned Tomarvintm => malsasua
2014-12-09 18:47malsasuafix_in_branch => pi
2014-12-09 18:47malsasuaNote Added: 0072371
2014-12-09 18:47malsasuaStatusscheduled => resolved
2014-12-09 18:47malsasuaFixed in Version => RR15Q1
2014-12-09 18:47malsasuaResolutionopen => fixed
2014-12-10 13:15malsasuaTarget VersionRR15Q3 => RR15Q1
2014-12-10 13:15malsasuafix_in_branchpi =>
2014-12-11 19:46jecharriIssue cloned0028393
2014-12-11 19:46jecharriRelationship addedrelated to 0028393
2014-12-15 00:23mtaalReview Assigned To => mtaal
2014-12-15 00:23mtaalNote Added: 0072478
2014-12-15 00:23mtaalStatusresolved => closed

Notes
(0072371)
malsasua   
2014-12-09 18:47   
fixed in changeset:

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: cd64c7f9a18d5c8803914208cf65ab00fdbf2682
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Dec 09 18:45:13 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cd64c7f9a18d5c8803914208cf65ab00fdbf2682 [^] [^]

fixed issue 28337: terminal properties are not cleaned (set to null) when properties are loaded from backend in the login

previous to this commit, the properties are set to null and after that they are set to the correct value loaded from backend.
But there are some seconds that the properties are null.
Instead of set the property to null and after that set to the correct value, directly is done the set to the correct value

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0072478)
mtaal   
2014-12-15 00:23   
Checked and reviewed