Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028496Retail ModulesWeb POSpublic2014-12-29 13:152015-01-21 14:07
jecharri 
aaroncalero 
highminoralways
closedfixed 
5
 
RR14Q3.2RR15Q2 
mtaal
No
0028496: Component 'OB.UI.renderTextProperty' does not support maxlength property
Component 'OB.UI.renderTextProperty' does not support maxlength property
-
Edit file modules/org.openbravo.mobile.core/web/org.openbravo.mobile.core/source/component/dialog/ob-properties.js

and in function "initComponents: function () {" of above component add:
if (this.maxlength) {
          this.setAttribute('maxlength', this.maxlength);
        }
No tags attached.
Issue History
2014-12-29 13:15jecharriNew Issue
2014-12-29 13:15jecharriAssigned To => marvintm
2014-12-29 13:15jecharriResolution time => 1425078000
2014-12-29 13:15jecharriTriggers an Emergency Pack => No
2015-01-08 11:48mtaalAssigned Tomarvintm => aaroncalero
2015-01-20 16:16hgbotCheckin
2015-01-20 16:16hgbotNote Added: 0073648
2015-01-20 16:16hgbotStatusnew => resolved
2015-01-20 16:16hgbotResolutionopen => fixed
2015-01-20 16:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/97aee3ce7d60fdc25149adb16c9861c8864a1af9 [^]
2015-01-21 14:07mtaalReview Assigned To => mtaal
2015-01-21 14:07mtaalNote Added: 0073687
2015-01-21 14:07mtaalStatusresolved => closed
2015-01-21 14:07mtaalFixed in Version => RR15Q2

Notes
(0073648)
hgbot   
2015-01-20 16:16   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 97aee3ce7d60fdc25149adb16c9861c8864a1af9
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Tue Jan 20 16:15:43 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/97aee3ce7d60fdc25149adb16c9861c8864a1af9 [^]

Fixed issue 28496: Component 'OB.UI.renderTextProperty' does not support maxlength property

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-properties.js
---
(0073687)
mtaal   
2015-01-21 14:07   
Reviewed