adamsaghy commented on code in PR #5578:
URL: https://github.com/apache/fineract/pull/5578#discussion_r2905995288
##########
fineract-core/src/main/java/org/apache/fineract/commands/service/SynchronousCommandProcessingService.java:
##########
@@ -361,7 +361,9 @@ protected void publishHookEvent(final String entityName,
final String actionName
reqmap.put("officeId", resultCopy.getOfficeId());
reqmap.put("clientId", resultCopy.getClientId());
+ reqmap.put("resourceId", resultCopy.getResourceId());
resultCopy.setOfficeId(null);
+ resultCopy.setResourceId(null);
Review Comment:
I dont get these changes...
--
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]