adamsaghy commented on code in PR #5183:
URL: https://github.com/apache/fineract/pull/5183#discussion_r2577252008


##########
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:
   I am not sure this is correct.



-- 
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]

Reply via email to