We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apolloconfig
Learn more about funding links in repositories.
Report abuse
1 parent ac94712 commit d21a03cCopy full SHA for d21a03c
apollo-portal/src/main/resources/static/system-role-manage.html
@@ -65,10 +65,10 @@ <h5>{{'SystemRole.AddCreateAppRoleToUser' | translate }}
65
<h5>{{'SystemRole.AuthorizedUser' | translate }}</h5>
66
<div class="btn-group item-info"
67
ng-repeat="user in hasCreateApplicationPermissionUserList">
68
- <button type="button" class="btn btn-default" ng-bind="user"></button>
+ <button type="button" class="btn btn-default" ng-bind="user.name"></button>
69
<button type="button" class="btn btn-default dropdown-toggle"
70
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
71
- ng-click="deleteCreateApplicationRoleFromUser(user)">
+ ng-click="deleteCreateApplicationRoleFromUser(user.userId)">
72
<span class="glyphicon glyphicon-remove"></span>
73
</button>
74
</div>
0 commit comments