Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032751Retail ModulesWeb POSpublic2016-04-21 13:072016-05-30 22:34
asiermartirena 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR16Q3 
guilleaer
No
0032751: Limit is mantained when doing local queries of the same model in mobile applications
When doing a query using OB.Dal.find using a _limit, this limit is stored in the tempDataLimit, so if a find query is done again to the same model the limit will be mantained in the second query, also when it is not defined in the criteria.
Realize a OB.Dal.find action defining a limit.

Realize another OB.Dal.find action over the same model, not defining the data limit.

The second query also has the data limit.
No tags attached.
Issue History
2016-04-21 13:07asiermartirenaNew Issue
2016-04-21 13:07asiermartirenaAssigned To => Retail
2016-04-21 13:07asiermartirenaTriggers an Emergency Pack => No
2016-05-25 14:33ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-05-25 14:34ranjith_qualiantech_comStatusnew => scheduled
2016-05-27 11:18hgbotCheckin
2016-05-27 11:18hgbotNote Added: 0086782
2016-05-27 11:18hgbotStatusscheduled => resolved
2016-05-27 11:18hgbotResolutionopen => fixed
2016-05-27 11:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5ccd1a497a6e733fe661f7d3173360617cf04d85 [^]
2016-05-30 22:34guilleaerReview Assigned To => guilleaer
2016-05-30 22:34guilleaerStatusresolved => closed
2016-05-30 22:34guilleaerFixed in Version => RR16Q3

Notes
(0086782)
hgbot   
2016-05-27 11:18   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 5ccd1a497a6e733fe661f7d3173360617cf04d85
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 27 14:48:03 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5ccd1a497a6e733fe661f7d3173360617cf04d85 [^]

Fixes issue 32751 : Removing model attribute "tempDataLimit" if criteria have no limit defined

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---