[
https://issues.apache.org/jira/browse/FINERACT-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Saghy updated FINERACT-2186:
---------------------------------
Affects Version/s: 1.11.0
> Command history stores the response resource
> --------------------------------------------
>
> Key: FINERACT-2186
> URL: https://issues.apache.org/jira/browse/FINERACT-2186
> Project: Apache Fineract
> Issue Type: Improvement
> Components: System
> Affects Versions: 1.11.0
> Reporter: Marta Jankovics
> Assignee: Marta Jankovics
> Priority: Major
> Labels: BeanSalad
> Fix For: 1.11
>
>
> Command parameters like
> resource_id
> resource_identifier
> resource_external_id
> subresource_id
> transaction_id
> were overwritten by the response data (newly created entity resource
> identifiers).
> So it was not possible to search for the command by the incoming parameters
> like account_id -> resource_id.
> Added new columns to {{m_command_source}} table
> result_identifier varchar(100) null
> result_external_id varchar(100) null
> and made sure that incoming parameters are not overwitten.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)