[
https://issues.apache.org/jira/browse/FINERACT-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandar Vidakovic updated FINERACT-1385:
-------------------------------------------
Fix Version/s: 3.0.0
(was: 1.5.0)
> multiple field missing in ResultsetColumnHeaderData
> ---------------------------------------------------
>
> Key: FINERACT-1385
> URL: https://issues.apache.org/jira/browse/FINERACT-1385
> Project: Apache Fineract
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Danish Jamal
> Assignee: Danish Jamal
> Priority: Major
> Labels: datatable, fineract-client-sdk, gsoc2021, swagger
> Fix For: 3.0.0
>
>
> Their are some fields missing in the "ResultsetColumnHeaderData" model, which
> are returned from the api. Take a look at below snippets to compare the class
> definition and actual api response.
> {code:java}
> // fields defined in "ResultsetColumnHeaderData" model
> private String columnName;
> private String columnType;
> private Long columnLength;
> private String columnDisplayType;
> private String columnCode;
> private Boolean mandatory;
> private Boolean optional;
> private Boolean string;
> private Boolean codeValueDisplayType;
> private Boolean decimalDisplayType;
> private Boolean integerDisplayType;
> private Boolean dateDisplayType;
> private Boolean dateTimeDisplayType;
> private Boolean codeLookupDisplayType;
> private Boolean booleanDisplayType;
> {code}
> {code:java}
> // API json response
> {
> "columnName": "id",
> "columnType": "bigint",
> "columnLength": 0,
> "columnDisplayType": "INTEGER",
> "isColumnNullable": false,
> "isColumnPrimaryKey": true,
> "columnValues": []
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)