mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #1106 from mabashian/1014-team-link-user-permissions
Fixed team links in users permissions tab
This commit is contained in:
commit
d01e6ab8b6
@ -132,6 +132,9 @@ export default ['$scope', '$rootScope', '$stateParams', 'UserForm', 'Rest',
|
||||
case 'organization':
|
||||
$state.go('organizations.edit', { "organization_id": id }, { reload: true });
|
||||
break;
|
||||
case 'team':
|
||||
$state.go('teams.edit', { "team_id": id }, { reload: true });
|
||||
break;
|
||||
case 'credential':
|
||||
$state.go('credentials.edit', { "credential_id": id }, { reload: true });
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user