mariiaKraievska commented on code in PR #6070:
URL: https://github.com/apache/fineract/pull/6070#discussion_r3520625750


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/validator/WorkingCapitalLoanBreachActionParseAndValidator.java:
##########
@@ -87,6 +89,7 @@ public WorkingCapitalLoanBreachAction validateAndParse(final 
JsonCommand command
 
         validateLoanIsActive(dataValidator, workingCapitalLoan);
         validateBreachConfigurationExists(dataValidator, workingCapitalLoan);
+        validateBreachNotDisabled(dataValidator, workingCapitalLoan.getId());

Review Comment:
   This blocks every breach action while disabled, including RESUME. The AC 
lists pause/reset/reschedule — is it intentional to block resume during an 
active pause, which was made before disable, or should resume still remain 
available?



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