Skip to content

Commit

Permalink
DST-16482: Fixed role group not updating properly
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmccormackbconline committed May 17, 2024
1 parent c6b67d1 commit 1d40c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/component/user/user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ <h2 class="card-title mb-0" id="authorisation">Authorisation</h2>
<item-selector #rolesControl="ngModel" id="roles" name="roles" multiple="true" maxHeight="300px"
[required]="false"
[(ngModel)]="user.roles"
[(selected)]="user.roles"
[available]="roles"
[readonly]="mode === 'View'"
[alignRight]="true"
Expand Down

0 comments on commit 1d40c20

Please sign in to comment.