Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023706 | Openbravo ERP | A. Platform | public | 2013-05-01 12:42 | 2022-02-01 08:09 |
|
Reporter | alostale | |
Assigned To | Triage Platform Base | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023706: Invalid BaseOBObject in drop down filter lists |
Description | BaseOBObject created in DataToJsonConverter for drop down lists in filters are invalid.
Their id property is not a String with the object's uuid but a BaseOBOject.
This causes issue 0023705 |
Steps To Reproduce | See 0023705 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0023705 | 3.0MP23 | closed | alostale | Not possible to select a value in drop down filter |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-01 12:42 | alostale | New Issue | |
2013-05-01 12:42 | alostale | Assigned To | => mtaal |
2013-05-01 12:42 | alostale | Modules | => Core |
2013-05-01 12:42 | alostale | Triggers an Emergency Pack | => No |
2013-05-01 12:42 | alostale | Relationship added | related to 0023705 |
2013-05-01 12:54 | hgbot | Checkin | |
2013-05-01 12:54 | hgbot | Note Added: 0058395 | |
2013-05-01 12:54 | hgbot | Checkin | |
2013-05-01 12:54 | hgbot | Note Added: 0058397 | |
2013-05-02 19:03 | hudsonbot | Checkin | |
2013-05-02 19:03 | hudsonbot | Note Added: 0058442 | |
2013-05-02 19:03 | hudsonbot | Checkin | |
2013-05-02 19:03 | hudsonbot | Note Added: 0058443 | |
2013-05-03 10:08 | mtaal | Target Version | => 3.0MP24 |
2013-05-27 15:43 | alostale | Target Version | 3.0MP24 => |
2015-03-11 14:12 | alostale | Assigned To | mtaal => AugustoMauch |
2015-03-17 14:37 | alostale | Assigned To | AugustoMauch => platform |
2015-11-10 15:03 | alostale | Type | defect => design defect |
2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base |
Notes |
|
(0058395)
|
hgbot
|
2013-05-01 12:54
|
|
Repository: erp/devel/pi
Changeset: 13bebe76e732bde05939d6003363eebe02b1f881
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed May 01 12:51:36 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/13bebe76e732bde05939d6003363eebe02b1f881 [^]
fixed bug 23705: Not possible to select a value in drop down filter
This is a temporary fix that should be reviewed again when issue 23706 is fixed
---
M src/org/openbravo/base/structure/IdentifierProvider.java
---
|
|
|
(0058397)
|
hgbot
|
2013-05-01 12:54
|
|
Repository: erp/devel/pi
Changeset: eb2fcc35a94752232263dfef6b6133aafca9c003
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed May 01 12:53:04 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/eb2fcc35a94752232263dfef6b6133aafca9c003 [^]
related to bug 23706, related to bug 23705
Added comment not to forget to review change for issue 23705 when 23706 is solved
---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
---
|
|
|
|
|
|
|
|