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


##########
fineract-core/src/main/java/org/apache/fineract/commands/domain/CommandWrapper.java:
##########
@@ -33,6 +34,8 @@ public class CommandWrapper {
     private final Long clientId;
     private final Long loanId;
     private final Long savingsId;
+    @SuppressFBWarnings(value = "URF_UNREAD_FIELD", justification = "Will be 
used for center-specific permissions")
+    private final Long centerId;

Review Comment:
   Center is a group no? I would rather not introduce new field. Kindly asking 
you to use the entityId + entityName is needed instead.



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