ptuomola commented on a change in pull request #1132:
URL: https://github.com/apache/fineract/pull/1132#discussion_r449678579
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/useradministration/domain/AppUser.java
##########
@@ -264,6 +264,12 @@ public void updateRoles(final Set<Role> allRoles) {
final String usernameParamName = "username";
if (command.isChangeInStringParameterNamed(usernameParamName,
this.username)) {
+
+ // TODO Remove this check once we are identifying system user
based on user ID
Review comment:
I've created a new issue for this - FINERACT-1068
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]