alberto-art3ch commented on code in PR #5183:
URL: https://github.com/apache/fineract/pull/5183#discussion_r2590935717
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/api/JsonCommand.java:
##########
@@ -178,7 +178,7 @@ public JsonCommand(final Long resourceId, final JsonElement
parsedCommand, final
this.parsedCommand = parsedCommand;
this.resourceId = resourceId;
this.commandId = null;
- this.jsonCommand = null;
+ this.jsonCommand = parsedCommand.toString();
Review Comment:
We need that as part of Json input validation added in the ReAge process
that we had not previously
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]