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


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/configuration/domain/ConfigurationDomainServiceJpa.java:
##########
@@ -60,6 +60,18 @@ public boolean isMakerCheckerEnabledForTask(final String 
taskPermissionCode) {
         return false;
     }
 
+    @Override
+    public boolean isReplayable(final String taskPermissionCode) {

Review Comment:
   We can consider removing this flag and set maker-checker to false on some 
APIs (create user, update user, change password) and you can add an extra flag 
to CommandSource which indicates whether it was sanitized or not... if that 
information is useful.



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