Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017303 | Openbravo ERP | 00. Application dictionary | public | 2011-05-23 08:58 | 2011-06-07 03:56 |
|
Reporter | roklenardic | |
Assigned To | marvintm | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP0 | Fixed in Version | 3.0MP0 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017303: Read Only field flag does not work |
Description | When applying the Read Only flag on the Field level, it does not take effect for the end user.
The problem is with the updateable check in the column. When it is marked then the read only that's not work. For example the field UOM in sales order line is read only and not updateable and works as expected |
Steps To Reproduce | 1. Enable Customization Allowed in System Info
2. Using Windows,Tabs & Fields screen find the Sales Order window
3. in Header tab, set the Read Only flag to the Dcoument No. field.
4. Log out
5. Empty browser cache
6. login using F&B role
7. go to Sales Order screen and create a new record to see that Document No. is still editable |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-23 08:58 | roklenardic | New Issue | |
2011-05-23 08:58 | roklenardic | Assigned To | => alostale |
2011-05-23 08:58 | roklenardic | Modules | => Core |
2011-05-23 08:58 | roklenardic | OBNetwork customer | => No |
2011-05-30 12:12 | iciordia | Target Version | => 3.0MP0 |
2011-05-30 12:38 | iciordia | Priority | normal => urgent |
2011-05-30 21:15 | psarobe | Description Updated | bug_revision_view_page.php?rev_id=2138#r2138 |
2011-06-01 10:59 | iperdomo | Status | new => scheduled |
2011-06-01 10:59 | iperdomo | Assigned To | alostale => marvintm |
2011-06-01 10:59 | iperdomo | fix_in_branch | => pi |
2011-06-01 18:05 | hgbot | Checkin | |
2011-06-01 18:05 | hgbot | Note Added: 0037891 | |
2011-06-01 18:05 | hgbot | Status | scheduled => resolved |
2011-06-01 18:05 | hgbot | Resolution | open => fixed |
2011-06-01 18:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/004d22ecb55276ac8a9c44ab1e7873228af07630 [^] |
2011-06-03 13:27 | hudsonbot | Checkin | |
2011-06-03 13:27 | hudsonbot | Note Added: 0037990 | |
2011-06-06 11:13 | mtaal | Note Added: 0038021 | |
2011-06-06 11:13 | mtaal | Status | resolved => new |
2011-06-06 11:13 | mtaal | Resolution | fixed => open |
2011-06-06 12:23 | hgbot | Checkin | |
2011-06-06 12:23 | hgbot | Note Added: 0038024 | |
2011-06-06 12:23 | hgbot | Status | new => resolved |
2011-06-06 12:23 | hgbot | Resolution | open => fixed |
2011-06-06 12:23 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/004d22ecb55276ac8a9c44ab1e7873228af07630 [^] => http://code.openbravo.com/erp/devel/pi/rev/5e50f384b77134b79fb0eb83f1881a5d94e98aa9 [^] |
2011-06-06 12:56 | mtaal | Note Added: 0038027 | |
2011-06-06 12:56 | mtaal | Status | resolved => closed |
2011-06-06 12:56 | mtaal | Fixed in Version | => 3.0MP0 |
2011-06-07 03:56 | hudsonbot | Checkin | |
2011-06-07 03:56 | hudsonbot | Note Added: 0038074 | |
Notes |
|
(0037891)
|
hgbot
|
2011-06-01 18:05
|
|
Repository: erp/devel/pi
Changeset: 004d22ecb55276ac8a9c44ab1e7873228af07630
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Jun 01 18:04:28 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/004d22ecb55276ac8a9c44ab1e7873228af07630 [^]
Fixed issue 17303. Read only flag will now always work
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-field.js.ftl
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
|
|
|
|
|
|
(0038021)
|
mtaal
|
2011-06-06 11:13
|
|
This does not work correctly in grid mode, in form mode the field is disabled, but not in grid edit mode |
|
|
(0038024)
|
hgbot
|
2011-06-06 12:23
|
|
Repository: erp/devel/pi
Changeset: 5e50f384b77134b79fb0eb83f1881a5d94e98aa9
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Jun 06 12:21:35 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5e50f384b77134b79fb0eb83f1881a5d94e98aa9 [^]
Fixed issue 17303. Added readonly property also in grid view.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-grid.js.ftl
---
|
|
|
(0038027)
|
mtaal
|
2011-06-06 12:56
|
|
|
|
|
|