mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
AC-302 Users with org admin privileges can now add/edit/delete permissions
This commit is contained in:
@@ -157,7 +157,8 @@ angular.module('UserFormDefinition', [])
|
||||
ngClick: "add('permissions')",
|
||||
icon: 'icon-plus',
|
||||
label: 'Add',
|
||||
awToolTip: 'Add a permission for this user'
|
||||
awToolTip: 'Add a permission for this user',
|
||||
ngShow: 'PermissionAddAllowed == true'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user