Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027907Retail ModulesWeb POSpublic2014-10-17 16:052014-10-28 18:46
Orekaria 
Orekaria 
normalcriticalalways
closedfixed 
5
 
RR14Q4 
Orekaria
No
0027907: In custom modules, unused variable initializations can provoke false positive exceptions
In custom modules, unused variable initializations can provoke false positive exceptions
In ob-dal.js
In the OB.Dal.find method
Verify that tableName and propertyMap are initialized even if they are not used in the online flow
Move tableName and propertyMap declarations to the correct scope
No tags attached.
diff diff27907.diff (3,820) 2014-10-22 12:04
https://issues.openbravo.com/file_download.php?file_id=7412&type=bug
Issue History
2014-10-17 16:05OrekariaNew Issue
2014-10-17 16:05OrekariaAssigned To => Orekaria
2014-10-17 16:05OrekariaTriggers an Emergency Pack => No
2014-10-17 16:35OrekariaTypedefect => design defect
2014-10-22 10:58malsasuaFile Added: diff27907.diff
2014-10-22 11:17malsasuaFile Deleted: diff27907.diff
2014-10-22 11:17malsasuaFile Added: diff27907.diff
2014-10-22 12:03malsasuaFile Deleted: diff27907.diff
2014-10-22 12:04malsasuaFile Added: diff27907.diff
2014-10-27 12:37hgbotCheckin
2014-10-27 12:37hgbotNote Added: 0071191
2014-10-27 12:37hgbotStatusnew => resolved
2014-10-27 12:37hgbotResolutionopen => fixed
2014-10-27 12:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3db5f5fe2b3b42c2ef63bbbffc0fc5b9e570fa96 [^]
2014-10-28 18:46OrekariaReview Assigned To => Orekaria
2014-10-28 18:46OrekariaNote Added: 0071235
2014-10-28 18:46OrekariaStatusresolved => closed
2014-10-28 18:46OrekariaFixed in Version => RR14Q4

Notes
(0071191)
hgbot   
2014-10-27 12:37   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 3db5f5fe2b3b42c2ef63bbbffc0fc5b9e570fa96
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Oct 27 12:36:51 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3db5f5fe2b3b42c2ef63bbbffc0fc5b9e570fa96 [^]

fixed issue 27907:modified the scope of some vars

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0071235)
Orekaria   
2014-10-28 18:46   
Verified. Also tested by Software Factory