Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018026 | Openbravo ERP | A. Platform | public | 2011-07-19 09:03 | 2011-08-01 14:20 |
|
Reporter | malsasua | |
Assigned To | alostale | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 3.0MP0.1 | |
Target Version | 3.0MP3 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | Apple Safari, Google Chrome, Internet Explorer, Mozilla Firefox |
Modules | Core |
Support ticket | 12085 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018026: UUID is displayed in field "order UOM" in purchase order line |
Description | the field "order UOM" in purchase order, in relation mode is displayed with "UUID" |
Steps To Reproduce | go to "windows, tabs and fields" window
. window "product", tab "UOM": "active" selected
. window "purchase order", tab "Lines", fields "Order UOM" and "Quantity order": "displayed" selected
. go to product "A" and create a secundary UOM
. create a new purchas order, and create a new line with product A and secundary unit
. in relation mode, display the column "order UOM" |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0017915 | 3.0MP2 | closed | alostale | Multiple level table reference not shown properly in grid | related to | defect | 0016191 | 3.0MP2 | closed | alostale | Payment proposal window: Lines tab shows UUID |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-07-19 09:03 | malsasua | New Issue | |
2011-07-19 09:03 | malsasua | Assigned To | => alostale |
2011-07-19 09:03 | malsasua | Web browser | => Apple Safari, Google Chrome, Internet Explorer, Mozilla Firefox |
2011-07-19 09:03 | malsasua | Modules | => Core |
2011-07-19 09:03 | malsasua | OBNetwork customer | => Yes |
2011-07-19 09:03 | malsasua | Support ticket | => 12085 |
2011-07-19 09:03 | malsasua | Resolution time | => 1316728800 |
2011-07-19 09:03 | malsasua | Issue Monitored: networkb | |
2011-07-19 09:04 | malsasua | Relationship added | related to 0017915 |
2011-07-19 09:46 | alostale | Note Added: 0039206 | |
2011-07-19 09:46 | alostale | Status | new => scheduled |
2011-07-19 09:46 | alostale | fix_in_branch | => pi |
2011-07-19 10:04 | hgbot | Checkin | |
2011-07-19 10:04 | hgbot | Note Added: 0039207 | |
2011-07-19 10:04 | hgbot | Status | scheduled => resolved |
2011-07-19 10:04 | hgbot | Resolution | open => fixed |
2011-07-19 10:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1a9595fd3a9e9b09a3bbc1cffcbb7d9baa9af390 [^] |
2011-07-19 10:05 | alostale | Relationship added | related to 0016191 |
2011-07-29 10:25 | malsasua | Note Added: 0039525 | |
2011-07-29 10:25 | malsasua | Status | resolved => closed |
2011-08-01 14:20 | hudsonbot | Checkin | |
2011-08-01 14:20 | hudsonbot | Note Added: 0039623 | |
Notes |
|
|
It is a similar case than 0017915. Difference is the last relationship is not a table reference but a tableDir one.
-C_OrderLine.M_Product_Uom_Id: M_Product_UOM table ref
-M_Product_UOM ref: M_Product_OUMN table, displayed column C_OUM_ID
-M_Product_OUM.C_OUM_ID: TableDir reference |
|
|
(0039207)
|
hgbot
|
2011-07-19 10:04
|
|
Repository: erp/devel/pi
Changeset: 1a9595fd3a9e9b09a3bbc1cffcbb7d9baa9af390
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jul 19 10:03:47 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1a9595fd3a9e9b09a3bbc1cffcbb7d9baa9af390 [^]
fixed bug 18026: UUID is displayed in field "order UOM" in purchase order line
Fixed the case of table references having a tableDir (or any other FK) column as
displayed: in this case show column's identifier rather than its value.
---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
---
|
|
|
|
|
|
|
|