Openbravo Issue Tracking System - Retail Modules |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0028496 | Retail Modules | Web POS | public | 2014-12-29 13:15 | 2015-01-21 14:07 |
|
| Reporter | jecharri | |
| Assigned To | aaroncalero | |
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | RR14Q3.2 | Fixed in Version | RR15Q2 | |
| Merge Request Status | |
| Review Assigned To | mtaal |
| OBNetwork customer | OBPS |
| Support ticket | 33063 |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0028496: Component 'OB.UI.renderTextProperty' does not support maxlength property |
| Description | Component 'OB.UI.renderTextProperty' does not support maxlength property |
| Steps To Reproduce | - |
| Proposed Solution | 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);
} |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| 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 | OBNetwork customer | => Yes |
| 2014-12-29 13:15 | jecharri | Support ticket | => 33063 |
| 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 |