Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028200 | Openbravo ERP | A. Platform | public | 2014-11-18 10:31 | 2015-11-23 21:17 |
|
Reporter | psanjuan | |
Assigned To | caristu | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 8.04.1 |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0028200: Amount field located in "Cost" tab set as read-only. |
Description | Amount field located in "Cost" tab set as read-only. |
Steps To Reproduce | Navigate to Landed Cost window and create a new header. Save.
Go to Cost tab and click on "Create One". Select a landed Cost type and enter an Amount in the field Amount.
Press the key "arrow down" therefore a new record in grid view is created.
Realize that "Amount" field is now read-only.
|
Proposed Solution | "Amount" field needs to be editable anyway. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0032272 | 3.0PR16Q2 | closed | inigosanchez | Error when working in grid mode with the keyboard: combo field not available after pressing ENTER |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-18 10:31 | psanjuan | New Issue | |
2014-11-18 10:31 | psanjuan | Assigned To | => AugustoMauch |
2014-11-18 10:31 | psanjuan | OBNetwork customer | => No |
2014-11-18 10:31 | psanjuan | Modules | => Core |
2014-11-18 10:31 | psanjuan | Triggers an Emergency Pack | => No |
2015-03-11 11:10 | alostale | Status | new => acknowledged |
2015-03-17 14:37 | alostale | Assigned To | AugustoMauch => platform |
2015-06-25 18:02 | caristu | Assigned To | platform => NaroaIriarte |
2015-11-11 12:13 | alostale | Assigned To | NaroaIriarte => platform |
2015-11-13 10:28 | caristu | Assigned To | platform => caristu |
2015-11-13 10:28 | caristu | Status | acknowledged => scheduled |
2015-11-13 15:17 | caristu | Note Added: 0081829 | |
2015-11-16 08:47 | hgbot | Checkin | |
2015-11-16 08:47 | hgbot | Note Added: 0081857 | |
2015-11-16 08:48 | caristu | Review Assigned To | => alostale |
2015-11-16 08:48 | caristu | Issue Monitored: alostale | |
2015-11-16 08:53 | hgbot | Checkin | |
2015-11-16 08:53 | hgbot | Note Added: 0081858 | |
2015-11-16 08:53 | hgbot | Status | scheduled => resolved |
2015-11-16 08:53 | hgbot | Resolution | open => fixed |
2015-11-16 08:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/487c8bf134aeab073bb6a09d46fa26dfdfa66988 [^] |
2015-11-16 14:23 | alostale | Note Added: 0081884 | |
2015-11-16 14:23 | alostale | Status | resolved => closed |
2015-11-16 14:23 | alostale | Fixed in Version | => 3.0PR16Q1 |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082229 | |
2016-03-16 16:31 | alostale | Relationship added | related to 0032272 |
Notes |
|
|
|
|
(0081857)
|
hgbot
|
2015-11-16 08:47
|
|
Repository: erp/mods/org.openbravo.userinterface.smartclient.dev
Changeset: ac26aa3e1bd3250d9d4e53af59bb2b0c397e3348
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Nov 16 08:47:18 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient.dev/rev/ac26aa3e1bd3250d9d4e53af59bb2b0c397e3348 [^]
related to issue 28200: Amount field located in 'Cost' tab set as read-only
---
M web/org.openbravo.userinterface.smartclient/isomorphic/client/widgets/form/ComboBoxItem.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/development/ISC_Forms.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/modules-debug/ISC_Forms.js
M web/org.openbravo.userinterface.smartclient/isomorphic/system/modules/ISC_Forms.js
---
|
|
|
(0081858)
|
hgbot
|
2015-11-16 08:53
|
|
Repository: erp/devel/pi
Changeset: 487c8bf134aeab073bb6a09d46fa26dfdfa66988
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Nov 16 08:52:40 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/487c8bf134aeab073bb6a09d46fa26dfdfa66988 [^]
fixes issue 28200: Amount field located in 'Cost' tab set as read-only
The Amount field has a read only logic based on the value of the Invoice Line field and this problem was reproducible if we tab over the Invoice Line field. After that action, the setValue() function of OBComboBoxItem was setting the value to null.
This caused that the currentValue was set to null in setItemValue function of ob-view-form, avoiding to include the invoiceline property into the currentValues of the form. As this property was not present, an undefined value was retrieved when computing the read only logic for the amount field, so the logic was not being calculated properly, causing this field to be displayed as read only.
This was an Smartclient issue in the OBComboBoxItem widget. The corresponding fix for the setValue() function has been applied to solve the issue.
---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
---
|
|
|
|
|
|
|
|