Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041505 | Openbravo ERP | A. Platform | public | 2019-07-31 12:17 | 2019-08-22 14:45 |
|
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 | 3.0PR19Q4 | |
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 | 0041505: Ability to convert to JSON objects of classes extending BaseOBObject with DataToJsonConverter |
Description | It would be nice if the toJsonConverter.toJsonObjects method would allow to receive as parameter a list of objects of any class that extends BaseOBObject.
Currently it only allows a list of BaseOBObjects, therefore, for example is not possible to convert to JSON a list of object retrieved from a query:
List<PriceAdjustment> discountCandidates = OBDal.getInstance()
.createQuery(PriceAdjustment.class, whereClause).list();
toJsonConverter.toJsonObjects(discountCandidates) --> this is currently not possible
|
Steps To Reproduce | In description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0041516 | | closed | caristu | API change: change type of list received by DataToJsonConverter.toJsonObjects method |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-07-31 12:17 | caristu | New Issue | |
2019-07-31 12:17 | caristu | Assigned To | => caristu |
2019-07-31 12:17 | caristu | OBNetwork customer | => No |
2019-07-31 12:17 | caristu | Modules | => Core |
2019-07-31 12:17 | caristu | Triggers an Emergency Pack | => No |
2019-07-31 12:17 | caristu | Issue generated from | 0041479 |
2019-08-01 08:59 | caristu | Issue cloned | 0041516 |
2019-08-01 08:59 | caristu | Relationship added | related to 0041516 |
2019-08-01 09:08 | hgbot | Checkin | |
2019-08-01 09:08 | hgbot | Note Added: 0113748 | |
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/pi/rev/91fd6f0a596267d0b6b60c12455f4c2b8f823090 [^] |
2019-08-01 09:09 | caristu | Review Assigned To | => alostale |
2019-08-02 07:41 | alostale | Note Added: 0113768 | |
2019-08-02 07:41 | alostale | Status | resolved => closed |
2019-08-02 07:41 | alostale | Fixed in Version | => 3.0PR19Q4 |
2019-08-22 14:45 | hudsonbot | Checkin | |
2019-08-22 14:45 | hudsonbot | Note Added: 0114192 | |