mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Fixed team links in users permissions tab
This commit is contained in:
parent
f391b7ace4
commit
9170c557a7
@ -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