Marta Jankovics created FINERACT-2186:
-----------------------------------------
Summary: 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
Reporter: Marta Jankovics
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)