Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032240 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | sometimes | 2016-02-15 18:52 | 2017-02-15 09:11 | |||
Reporter | vmromanos | View Status | public | |||||
Assigned To | inigosanchez | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5066477d172a | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Packaging and release | |||||||
Regression date | 2015-11-23 | |||||||
Regression introduced in release | pi | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/9f99e60411fcba42b78da7923bca7465ae71aa09 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032240: Read only logic doesn't work on some columns in grid view | |||||||
Description | The read only doesn't apply properly when a display logic or read only logic are applied in grid view. It is not take into account read only value. This is a regression that affects Main and PI (Introduced by Grid Display Logic as Read Only project) | |||||||
Steps To Reproduce | As Openbravo Admin go to Financial Account window Select "Cuenta de Banco" and go to Transaction tab in grid mode Clear the filters so the grid shows all the records. Edit any processed record. Verify Currency and Status columns can be edited. However these fields are set as Read Only in the Application Dictionary. Open this record in form view and verify the Currency field is properly set as read only | |||||||
Tags | No tags attached. | |||||||
Attached Files | readonly_currency_status.png [^] (49,540 bytes) 2016-02-15 18:52
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0084477) hgbot (developer) 2016-02-25 00:47 |
Repository: erp/devel/pi Changeset: 50d727a061775e9b8522c7df5f274732c9414583 Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com> Date: Wed Feb 24 15:43:32 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/50d727a061775e9b8522c7df5f274732c9414583 [^] Fixes issue 32240: Read only doesn't work on some columns in grid view The problem is caused because it was not take into account read only when other logic (e.g. display logic) was being applied in an editing grid view. In order to prevent this, it take into account when a field is checks as read only. In this case, the field is show properly. --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-form.js.ftl --- |
(0084478) inigosanchez (developer) 2016-02-25 00:48 |
Added a test case in TestLink > Platform > [GDL] Grid Display Logic > [GDLa] Display logic in Grid > [GDLa050] Read Only and Display Logic. This test is automated. |
(0084541) alostale (manager) 2016-02-26 09:17 |
code reviewed tested: - in grid view editing an existing record - in grid view creating a new record - in form view editing an existing record - in form view creating a new record |
(0085167) hudsonbot (developer) 2016-03-17 10:56 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b22fb0500156 [^] Maturity status: Test |
(0090700) guilleaer (developer) 2016-10-19 17:01 |
Reclosed. It was reopened by mistake by me. |
(0094343) hgbot (developer) 2017-02-15 09:11 |
Repository: tools/automation/int Changeset: 142e8aab204c3deea259ee3e657055eab9948785 Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com> Date: Thu Feb 25 00:56:35 2016 +0100 URL: http://code.openbravo.com/tools/automation/int/rev/142e8aab204c3deea259ee3e657055eab9948785 [^] added automated test for regression issue 32240 --- M src-test/com/openbravo/test/integration/erp/modules/client/application/testsuites/standardview/grid/GridSuite.java M src-test/com/openbravo/test/integration/erp/modules/client/application/testsuites/standardview/grid/build.xml A src-test/com/openbravo/test/integration/erp/modules/client/application/testsuites/standardview/grid/GDLa050_ReadOnlyAndDisplayLogic.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2016-02-15 18:52 | vmromanos | New Issue | |
2016-02-15 18:52 | vmromanos | Assigned To | => platform |
2016-02-15 18:52 | vmromanos | File Added: readonly_currency_status.png | |
2016-02-15 18:52 | vmromanos | Modules | => Core |
2016-02-15 18:52 | vmromanos | Triggers an Emergency Pack | => No |
2016-02-15 18:54 | vmromanos | Relationship added | related to 0032147 |
2016-02-16 15:02 | alostale | Regression level | => Packaging and release |
2016-02-16 15:02 | alostale | Priority | normal => immediate |
2016-02-16 15:03 | alostale | Status | new => acknowledged |
2016-02-16 15:04 | alostale | Status | acknowledged => scheduled |
2016-02-16 17:21 | inigosanchez | Assigned To | platform => inigosanchez |
2016-02-23 13:27 | inigosanchez | Regression date | => 2015-11-23 |
2016-02-23 13:27 | inigosanchez | Regression introduced in release | => pi |
2016-02-23 13:27 | inigosanchez | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/9f99e60411fcba42b78da7923bca7465ae71aa09 [^] |
2016-02-24 09:45 | inigosanchez | Relationship added | caused by 0024319 |
2016-02-25 00:41 | inigosanchez | Description Updated | View Revisions |
2016-02-25 00:43 | inigosanchez | Review Assigned To | => alostale |
2016-02-25 00:47 | hgbot | Checkin | |
2016-02-25 00:47 | hgbot | Note Added: 0084477 | |
2016-02-25 00:47 | hgbot | Status | scheduled => resolved |
2016-02-25 00:47 | hgbot | Resolution | open => fixed |
2016-02-25 00:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/50d727a061775e9b8522c7df5f274732c9414583 [^] |
2016-02-25 00:48 | inigosanchez | Note Added: 0084478 | |
2016-02-26 09:17 | alostale | Note Added: 0084541 | |
2016-02-26 09:17 | alostale | Status | resolved => closed |
2016-02-26 09:17 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:56 | hudsonbot | Checkin | |
2016-03-17 10:56 | hudsonbot | Note Added: 0085167 | |
2016-10-19 16:10 | hgbot | Checkin | |
2016-10-19 16:10 | hgbot | Note Added: 0090698 | |
2016-10-19 16:10 | hgbot | Status | closed => resolved |
2016-10-19 16:10 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/50d727a061775e9b8522c7df5f274732c9414583 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5066477d172a9a04149306642e088fdd41b6416c [^] |
2016-10-19 16:59 | guilleaer | Note Deleted: 0090698 | |
2016-10-19 17:01 | guilleaer | Note Added: 0090700 | |
2016-10-19 17:01 | guilleaer | Status | resolved => closed |
2017-02-15 09:11 | hgbot | Checkin | |
2017-02-15 09:11 | hgbot | Note Added: 0094343 |
Copyright © 2000 - 2009 MantisBT Group |