Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024854 | Openbravo ERP | A. Platform | public | 2013-09-30 22:59 | 2013-11-27 13:26 |
|
Reporter | naiaramartinez | |
Assigned To | shankarb | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP30 | Fixed in Version | 3.0MP30 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 24680 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024854: When product_id is equal to product name, and field is read only, the value is not shown in form view |
Description | When product_id is equal to product name, and field is read only, the value is not shown in form view |
Steps To Reproduce | Select one product and change the name. Set the product_id as name
Go to purchase order and create an order header.
Go to purchase order line and create a line with the preciously modified product.
Complete the order.
Notice that in grid view you can see the name of the product.
Open the line in form view. Notice that the product name is not shown.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-09-30 22:59 | naiaramartinez | New Issue | |
2013-09-30 22:59 | naiaramartinez | Assigned To | => AugustoMauch |
2013-09-30 22:59 | naiaramartinez | Modules | => Core |
2013-09-30 22:59 | naiaramartinez | OBNetwork customer | => No |
2013-09-30 22:59 | naiaramartinez | Triggers an Emergency Pack | => No |
2013-11-14 13:16 | jonalegriaesarte | OBNetwork customer | No => Yes |
2013-11-14 13:16 | jonalegriaesarte | Support ticket | => 24680 |
2013-11-14 13:16 | jonalegriaesarte | Severity | major => minor |
2013-11-14 13:16 | jonalegriaesarte | Target Version | => 3.0MP30 |
2013-11-14 13:16 | jonalegriaesarte | Severity | minor => major |
2013-11-18 05:37 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-11-18 07:52 | shankarb | Status | new => scheduled |
2013-11-18 07:52 | shankarb | Note Added: 0062159 | |
2013-11-18 07:52 | shankarb | fix_in_branch | => pi |
2013-11-19 04:07 | shankarb | Issue Monitored: AugustoMauch | |
2013-11-19 04:07 | shankarb | Review Assigned To | => AugustoMauch |
2013-11-19 04:07 | shankarb | fix_in_branch | pi => |
2013-11-19 04:14 | hgbot | Checkin | |
2013-11-19 04:14 | hgbot | Note Added: 0062214 | |
2013-11-19 04:14 | hgbot | Status | scheduled => resolved |
2013-11-19 04:14 | hgbot | Resolution | open => fixed |
2013-11-19 04:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/255055fec28b7ce86b83c3cf189f3b71d80196ed [^] |
2013-11-19 19:07 | hudsonbot | Checkin | |
2013-11-19 19:07 | hudsonbot | Note Added: 0062266 | |
2013-11-27 13:26 | AugustoMauch | Note Added: 0062413 | |
2013-11-27 13:26 | AugustoMauch | Status | resolved => closed |
2013-11-27 13:26 | AugustoMauch | Fixed in Version | => 3.0MP30 |
Notes |
|
(0062159)
|
shankarb
|
2013-11-18 07:52
|
|
issue fixed. pushed to try for further testing |
|
|
(0062214)
|
hgbot
|
2013-11-19 04:14
|
|
Repository: erp/devel/pi
Changeset: 255055fec28b7ce86b83c3cf189f3b71d80196ed
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Nov 18 12:18:48 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/255055fec28b7ce86b83c3cf189f3b71d80196ed [^]
Fixes Issue 0024854: in some cases, selector item value is not shown in form view.
For eg., When product_id is equal to product name, and field is read only, the value is not shown in form view.
Handled case where the selector item name is the same as the selector item id by comparing availability in the valueMap.
---
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@37745290efe5 |
|