marta-jankovics commented on code in PR #4542:
URL: https://github.com/apache/fineract/pull/4542#discussion_r2055174753
##########
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:
As I suggested, yes. This information is useful. I do not want to waist the
time of the developers and users, who would try to figure out, why the checker
step was just silently not working.
--
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]