Awaneet Mishra created FINERACT-2531:
----------------------------------------
Summary: Remove duplicate read permission check in
ClientsApiResource
Key: FINERACT-2531
URL: https://issues.apache.org/jira/browse/FINERACT-2531
Project: Apache Fineract
Issue Type: Bug
Reporter: Awaneet Mishra
In ClientsApiResource.java, the retrieveTemplate method calls
context.authenticatedUser().validateHasReadPermission(ClientApiConstants.CLIENT_RESOURCE_NAME)
twice redundantly. Removing the second call to clean up the code and remove
technical debt.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)