JohnAlva commented on code in PR #4825:
URL: https://github.com/apache/fineract/pull/4825#discussion_r2214090882


##########
fineract-core/src/main/java/org/apache/fineract/commands/domain/CommandSource.java:
##########
@@ -224,4 +230,15 @@ public void updateForAudit(final CommandProcessingResult 
result) {
         this.subResourceExternalId = result.getSubResourceExternalId();
         this.loanExternalId = result.getLoanExternalId();
     }
+
+    private static String getClientIp() {

Review Comment:
   I’ve moved the getClientIp() logic out of the JPA entity and placed it 
inside the JsonCommand class. Let me know if any other changes are needed



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