Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022922 | Openbravo ERP | B. User interface | public | 2013-01-29 13:07 | 2013-02-21 10:17 |
|
Reporter | Pebabr | |
Assigned To | shankarb | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 10 | OS Version | 2003 Server |
Product Version | 3.0MP18 | |
Target Version | | Fixed in Version | 3.0MP21 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022922: Read-only fields with Text reference are allowing edition. |
Description | Even if the field gets grayed out, its still allowing the user to choose it and edit. |
Steps To Reproduce | Pick a read-only(grayed out) text field.
Click on it.
Edit it.
Save. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0023695 | 3.0MP24 | closed | AugustoMauch | Read only does not work in fields associated to columns with reference Text |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-01-29 13:07 | Pebabr | New Issue | |
2013-01-29 13:07 | Pebabr | Assigned To | => dbaz |
2013-01-29 13:07 | Pebabr | Web browser | => Google Chrome |
2013-01-29 13:07 | Pebabr | Modules | => Core |
2013-01-29 13:07 | Pebabr | Triggers an Emergency Pack | => No |
2013-01-29 13:09 | dbaz | Assigned To | dbaz => shankarb |
2013-02-14 13:19 | shankarb | Review Assigned To | => AugustoMauch |
2013-02-14 13:19 | shankarb | Web browser | Google Chrome => Google Chrome |
2013-02-14 13:19 | shankarb | OBNetwork customer | => No |
2013-02-14 13:19 | shankarb | Status | new => scheduled |
2013-02-14 13:19 | shankarb | fix_in_branch | => pi |
2013-02-14 13:20 | shankarb | Issue Monitored: AugustoMauch | |
2013-02-14 13:21 | hgbot | Checkin | |
2013-02-14 13:21 | hgbot | Note Added: 0056441 | |
2013-02-14 13:21 | hgbot | Status | scheduled => resolved |
2013-02-14 13:21 | hgbot | Resolution | open => fixed |
2013-02-14 13:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/61beeb76c7711258e2c2d9eb78b76a22d2c129d1 [^] |
2013-02-14 17:10 | hgbot | Checkin | |
2013-02-14 17:10 | hgbot | Note Added: 0056450 | |
2013-02-14 17:12 | AugustoMauch | Note Added: 0056451 | |
2013-02-14 17:12 | AugustoMauch | Status | resolved => new |
2013-02-14 17:12 | AugustoMauch | Resolution | fixed => open |
2013-02-17 09:00 | hgbot | Checkin | |
2013-02-17 09:00 | hgbot | Note Added: 0056498 | |
2013-02-17 09:00 | hgbot | Status | new => resolved |
2013-02-17 09:00 | hgbot | Resolution | open => fixed |
2013-02-17 09:00 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/61beeb76c7711258e2c2d9eb78b76a22d2c129d1 [^] => http://code.openbravo.com/erp/devel/pi/rev/5d1365a1b222b5fc7b32729b9eba30df3a711977 [^] |
2013-02-17 09:04 | pramakrishnan | Note Added: 0056499 | |
2013-02-17 12:04 | shankarb | Note Added: 0056500 | |
2013-02-17 12:04 | shankarb | Status | resolved => new |
2013-02-17 12:04 | shankarb | Resolution | fixed => open |
2013-02-17 12:04 | shankarb | Note Deleted: 0056499 | |
2013-02-17 12:04 | shankarb | Note Added: 0056501 | |
2013-02-17 12:05 | shankarb | Status | new => scheduled |
2013-02-17 12:05 | shankarb | Status | scheduled => resolved |
2013-02-17 12:05 | shankarb | Resolution | open => fixed |
2013-02-20 04:50 | hudsonbot | Checkin | |
2013-02-20 04:50 | hudsonbot | Note Added: 0056602 | |
2013-02-20 04:50 | hudsonbot | Checkin | |
2013-02-20 04:50 | hudsonbot | Note Added: 0056604 | |
2013-02-20 04:50 | hudsonbot | Checkin | |
2013-02-20 04:50 | hudsonbot | Note Added: 0056612 | |
2013-02-21 10:17 | AugustoMauch | Note Added: 0056671 | |
2013-02-21 10:17 | AugustoMauch | Status | resolved => closed |
2013-02-21 10:17 | AugustoMauch | Fixed in Version | => 3.0MP21 |
2013-04-30 12:42 | jonalegriaesarte | Relationship added | has duplicate 0023695 |
Notes |
|
(0056441)
|
hgbot
|
2013-02-14 13:21
|
|
Repository: erp/devel/pi
Changeset: 61beeb76c7711258e2c2d9eb78b76a22d2c129d1
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Feb 14 17:48:27 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/61beeb76c7711258e2c2d9eb78b76a22d2c129d1 [^]
Fixes Issue 0022922: Read-only fields with Text reference are allowing edition.
Set canEdit property to false to allow selection through click event.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
---
|
|
|
(0056450)
|
hgbot
|
2013-02-14 17:10
|
|
|
|
|
This issue has been reopened and backed out, because it made all text fields read only. |
|
|
(0056498)
|
hgbot
|
2013-02-17 09:00
|
|
Repository: erp/devel/pi
Changeset: 5d1365a1b222b5fc7b32729b9eba30df3a711977
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Sun Feb 17 13:25:10 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/5d1365a1b222b5fc7b32729b9eba30df3a711977 [^]
Fixes Issue 0022922: Read-only fields with Text reference are allowing edition.
Set canEdit property to false in case it is a read only text area field and true otherwise.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
---
|
|
|
(0056500)
|
shankarb
|
2013-02-17 12:04
|
|
Reopened to modify Test Plan |
|
|
(0056501)
|
shankarb
|
2013-02-17 12:04
|
|
Test Plan:
1. Login as System Administrator.
2. In Windows and Tabs, go to Message Window -> Translation Tab.
3. In the fields tab, set the field 'hint' as read only.
4. Logout and Login.
5. Go to Message Window and add a new record to Translation tab.
6. Notice that Message text is editable, but hint is not editable or allows focus. |
|
|
|
|
|
|
|
|
|
|
|
|
Code reviewed and verified in pi@9700d819690d |
|