edk12564 commented on code in PR #78:
URL:
https://github.com/apache/fineract-consumer-facing/pull/78#discussion_r3684744168
##########
consumer/src/main/java/org/apache/fineract/consumer/loans/command/service/LoansCommandServiceImpl.java:
##########
@@ -76,7 +74,6 @@ public LoanApplicationCommandData submitApplication(Jwt jwt,
SubmitLoanApplicati
}
@Override
- @Command
public LoanApplicationCommandData modifyApplication(Jwt jwt,
ModifyLoanApplicationCommand command) {
Review Comment:
Hi Aman, I removed it because the original purpose was to use for auditing.
But I think the Transactional/NonTransactional on listeners boundary is better
for this. So it shouldn't be necessary anymore.
--
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]