Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028496
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2014-12-29 13:152015-01-21 14:07
ReporterjecharriView Statuspublic 
Assigned Toaaroncalero 
PriorityhighResolutionfixedFixed in VersionRR15Q2
StatusclosedFix in branchFixed in SCM revision97aee3ce7d60
ProjectionnoneETAnoneTarget VersionRR14Q3.2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028496: Component 'OB.UI.renderTextProperty' does not support maxlength property

DescriptionComponent 'OB.UI.renderTextProperty' does not support maxlength property
Steps To Reproduce-
Proposed SolutionEdit 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);
        }
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0073648)
hgbot (developer)
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 (manager)
2015-01-21 14:07

Reviewed

- Issue History
Date Modified Username Field Change
2014-12-29 13:15 jecharri New Issue
2014-12-29 13:15 jecharri Assigned To => marvintm
2014-12-29 13:15 jecharri Resolution time => 1425078000
2014-12-29 13:15 jecharri Triggers an Emergency Pack => No
2015-01-08 11:48 mtaal Assigned To marvintm => aaroncalero
2015-01-20 16:16 hgbot Checkin
2015-01-20 16:16 hgbot Note Added: 0073648
2015-01-20 16:16 hgbot Status new => resolved
2015-01-20 16:16 hgbot Resolution open => fixed
2015-01-20 16:16 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/97aee3ce7d60fdc25149adb16c9861c8864a1af9 [^]
2015-01-21 14:07 mtaal Review Assigned To => mtaal
2015-01-21 14:07 mtaal Note Added: 0073687
2015-01-21 14:07 mtaal Status resolved => closed
2015-01-21 14:07 mtaal Fixed in Version => RR15Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker