Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d21a03c

Browse files
authoredAug 29, 2024
Update system-role-manage.html set. user display name from ID to name
1 parent ac94712 commit d21a03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎apollo-portal/src/main/resources/static/system-role-manage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ <h5>{{'SystemRole.AddCreateAppRoleToUser' | translate }}
6565
<h5>{{'SystemRole.AuthorizedUser' | translate }}</h5>
6666
<div class="btn-group item-info"
6767
ng-repeat="user in hasCreateApplicationPermissionUserList">
68-
<button type="button" class="btn btn-default" ng-bind="user"></button>
68+
<button type="button" class="btn btn-default" ng-bind="user.name"></button>
6969
<button type="button" class="btn btn-default dropdown-toggle"
7070
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
71-
ng-click="deleteCreateApplicationRoleFromUser(user)">
71+
ng-click="deleteCreateApplicationRoleFromUser(user.userId)">
7272
<span class="glyphicon glyphicon-remove"></span>
7373
</button>
7474
</div>

0 commit comments

Comments
 (0)