KEYCLOAK-1497 Success message is not displayed when assigning roles
This commit is contained in:
parent
f013cca3b8
commit
957214ed78
1 changed files with 2 additions and 0 deletions
|
@ -671,6 +671,7 @@ function roleControl($scope, realm, role, roles, clients,
|
|||
}
|
||||
}
|
||||
$scope.selectedRealmRoles = [];
|
||||
Notifications.success("Role added to composite.");
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -687,6 +688,7 @@ function roleControl($scope, realm, role, roles, clients,
|
|||
}
|
||||
}
|
||||
$scope.selectedRealmMappings = [];
|
||||
Notifications.success("Role removed from composite.");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue