Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023154 | Openbravo ERP | A. Platform | public | 2013-02-25 09:15 | 2013-02-28 16:39 |
|
Reporter | dmiguelez | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP21 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2013-02-15 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/57378b7ff2bd78d52d69b051cd7683e540e47f87 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0023154: Read only logic not working as expected. |
Description | Columns with a Read Only logic defined in a similar way to :
@FIN_Payment_ID@ ! ''
Are not working as expected |
Steps To Reproduce | Login as Openbravo/openbravo
Go to G/L Journal Window.
Create a new Batch.
Create a new Header.
Create a new Line.
Check the Open Items checkbox and realize that fields like the Financial Acccount or Payment Method are not editable, and they should be. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0023068 | 3.0MP21 | closed | AugustoMauch | Sorting by computed column is lost after saving a record with errors |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-02-25 09:15 | dmiguelez | New Issue | |
2013-02-25 09:15 | dmiguelez | Assigned To | => AugustoMauch |
2013-02-25 09:15 | dmiguelez | Modules | => Core |
2013-02-25 09:15 | dmiguelez | OBNetwork customer | => No |
2013-02-25 09:15 | dmiguelez | Triggers an Emergency Pack | => No |
2013-02-25 10:49 | AugustoMauch | Regression level | => Pre packaging ( pi ) |
2013-02-25 10:49 | AugustoMauch | Regression date | => 2013-02-15 |
2013-02-25 10:49 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/57378b7ff2bd78d52d69b051cd7683e540e47f87 [^] |
2013-02-25 10:55 | AugustoMauch | Relationship added | related to 0023068 |
2013-02-25 11:07 | AugustoMauch | Issue Monitored: shankarb | |
2013-02-25 11:07 | AugustoMauch | Review Assigned To | => shankarb |
2013-02-25 11:08 | hgbot | Checkin | |
2013-02-25 11:08 | hgbot | Note Added: 0056742 | |
2013-02-25 11:08 | hgbot | Status | new => resolved |
2013-02-25 11:08 | hgbot | Resolution | open => fixed |
2013-02-25 11:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/51672575b04f50fb9798ac3dc7a01397d40f7d26 [^] |
2013-02-26 12:38 | shankarb | Note Added: 0056766 | |
2013-02-26 12:38 | shankarb | Note Added: 0056767 | |
2013-02-26 12:38 | shankarb | Status | resolved => closed |
2013-02-26 12:38 | shankarb | Fixed in Version | => 3.0MP21 |
2013-02-28 16:39 | hudsonbot | Checkin | |
2013-02-28 16:39 | hudsonbot | Note Added: 0056849 | |
Notes |
|
(0056742)
|
hgbot
|
2013-02-25 11:08
|
|
Repository: erp/devel/pi
Changeset: 51672575b04f50fb9798ac3dc7a01397d40f7d26
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Feb 25 11:05:03 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/51672575b04f50fb9798ac3dc7a01397d40f7d26 [^]
Fixes issue 23154: Read only logic is working as expected.
In the fix of issue 23068 a change was made so that the current values of the form were not changed to '' if they were originally null. The problem is that the read only logic depended on this to work. This has been fixed by fixing the values inside the onFieldChanged function, the same way it was fixed for the display logc in the issue 23068.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-form.js.ftl
---
|
|
|
(0056766)
|
shankarb
|
2013-02-26 12:38
|
|
Code reviewed and tested in pi changeset 059d60b862a4 |
|
|
(0056767)
|
shankarb
|
2013-02-26 12:38
|
|
Code reviewed and tested in pi changeset 059d60b862a4 |
|
|
|
|