adamsaghy commented on code in PR #6021:
URL: https://github.com/apache/fineract/pull/6021#discussion_r3481275753
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/group/service/GroupingTypesWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -231,6 +239,181 @@ private CommandProcessingResult createGroupingType(final
JsonCommand command, fi
}
}
+ @Transactional
+ @Override
+ public GroupActivateResponse activateGroup(final GroupActivateRequest
request) {
+ try {
+ final AppUser currentUser = this.context.authenticatedUser();
Review Comment:
@nidhiii128 @vidakovic
Do we need to check this here? I thought WRITE operation permissions are
validated elsewhere. Am I mistaken?
--
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]