Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025115 | Openbravo ERP | 02. Master data management | public | 2013-11-08 10:22 | 2014-02-12 18:29 |
|
Reporter | caristu | |
Assigned To | alostale | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR14Q2 | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0025115: Not possible to use update characteristics depending on the characteristic name |
Description | Is not possible to use update characteristics if the characteristic name contains a slash (/) |
Steps To Reproduce | 1) Go to product characteristics window and create a new non-variant characteristic with the following name: A/B
2) Create some values for this characteristic
3) Go to the product window, and create a new product an assign the characteristic created in step 1) to it.
4) Click on the Update Characteristics button. Notice that the drop down list is not displaying any value.
5) In the Product Characteristic window again, update the characteristic name, removing the slash: AB
6) Click on the Update Characteristics button. Now the drop down list displays the characteristics values |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-11-08 10:22 | caristu | New Issue | |
2013-11-08 10:22 | caristu | Assigned To | => caristu |
2013-11-08 10:22 | caristu | Modules | => Core |
2013-11-08 10:22 | caristu | OBNetwork customer | => No |
2013-11-08 10:22 | caristu | Triggers an Emergency Pack | => No |
2013-11-08 10:22 | caristu | Issue Monitored: networkb | |
2013-11-08 10:29 | caristu | Assigned To | caristu => jonalegriaesarte |
2013-11-11 16:38 | jonalegriaesarte | Target Version | 3.0MP30 => 3.0MP31 |
2013-12-09 16:11 | jonalegriaesarte | Target Version | 3.0MP31 => 3.0MP32 |
2014-01-19 08:54 | gauravdeshmukh | Assigned To | jonalegriaesarte => gauravdeshmukh |
2014-01-27 11:39 | dmiguelez | Assigned To | gauravdeshmukh => dbaz |
2014-01-27 15:49 | alostale | Note Added: 0063720 | |
2014-01-27 15:59 | alostale | Assigned To | dbaz => alostale |
2014-01-27 15:59 | alostale | Review Assigned To | => AugustoMauch |
2014-01-27 16:03 | hgbot | Checkin | |
2014-01-27 16:03 | hgbot | Note Added: 0063721 | |
2014-01-27 16:03 | hgbot | Status | new => resolved |
2014-01-27 16:03 | hgbot | Resolution | open => fixed |
2014-01-27 16:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9b47b9cdf8c15ff3223c5b3ed832e3a1b11911e7 [^] |
2014-01-28 13:17 | AugustoMauch | Note Added: 0063753 | |
2014-01-28 13:17 | AugustoMauch | Status | resolved => closed |
2014-01-28 13:17 | AugustoMauch | Fixed in Version | => 3.0MP32 |
2014-02-12 18:29 | hudsonbot | Checkin | |
2014-02-12 18:29 | hudsonbot | Note Added: 0064120 | |
Notes |
|
|
The problem is in SC.
In PickList.formatPickListValue this.pickList.getField(fieldName) returns null because ListGrid.getField assumes a name having / is a "data path" which has a different logic. |
|
|
(0063721)
|
hgbot
|
2014-01-27 16:03
|
|
Repository: erp/devel/pi
Changeset: 9b47b9cdf8c15ff3223c5b3ed832e3a1b11911e7
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jan 27 16:03:14 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9b47b9cdf8c15ff3223c5b3ed832e3a1b11911e7 [^]
fixed bug 25115: cannot update characteristics depending on its name
SC client doesn't support field names with / character
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/event/UpdateInvariantCharacteristicsHandler.java
M web/js/productCharacteristicsProcess.js
---
|
|
|
|
Code reviewed and verified in pi@9b47b9cdf8c1 |
|
|
|
|