Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041516 | Openbravo ERP | A. Platform | public | 2019-08-01 08:59 | 2019-08-02 07:41 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
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 | 0041516: API change: change type of list received by DataToJsonConverter.toJsonObjects method |
Description | Change DataToJsonConverter.toJsonObjects method to accept a list of any class extending BaseOBObject, i.e., change method:
List<JSONObject> toJsonObjects(List<BaseOBObject> bobs)
to:
List<JSONObject> toJsonObjects(List<? extends BaseOBObject> bobs) |
Steps To Reproduce | In description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0041505 | | closed | caristu | Ability to convert to JSON objects of classes extending BaseOBObject with DataToJsonConverter |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-08-01 08:59 | caristu | New Issue | |
2019-08-01 08:59 | caristu | Assigned To | => caristu |
2019-08-01 08:59 | caristu | OBNetwork customer | => No |
2019-08-01 08:59 | caristu | Modules | => Core |
2019-08-01 08:59 | caristu | Triggers an Emergency Pack | => No |
2019-08-01 08:59 | caristu | Issue generated from | 0041505 |
2019-08-01 08:59 | caristu | Relationship added | related to 0041505 |
2019-08-01 09:00 | caristu | Summary | API change: change signature of DataToJsonConverter.toJsonObjects method => API change: change type of list received by DataToJsonConverter.toJsonObjects method |
2019-08-01 09:08 | hgbot | Checkin | |
2019-08-01 09:08 | hgbot | Note Added: 0113747 | |
2019-08-01 09:08 | hgbot | Status | new => resolved |
2019-08-01 09:08 | hgbot | Resolution | open => fixed |
2019-08-01 09:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/3c417ba9bcbc875bc3e6aa741ddfc9d2b5a9a23d [^] |
2019-08-01 09:08 | caristu | Review Assigned To | => alostale |
2019-08-01 09:14 | caristu | Note Added: 0113749 | |
2019-08-01 09:15 | caristu | Note Edited: 0113749 | bug_revision_view_page.php?bugnote_id=0113749#r19247 |
2019-08-02 07:41 | alostale | Status | resolved => closed |