mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Fixed team links in users permissions tab
This commit is contained in:
@@ -132,6 +132,9 @@ export default ['$scope', '$rootScope', '$stateParams', 'UserForm', 'Rest',
|
|||||||
case 'organization':
|
case 'organization':
|
||||||
$state.go('organizations.edit', { "organization_id": id }, { reload: true });
|
$state.go('organizations.edit', { "organization_id": id }, { reload: true });
|
||||||
break;
|
break;
|
||||||
|
case 'team':
|
||||||
|
$state.go('teams.edit', { "team_id": id }, { reload: true });
|
||||||
|
break;
|
||||||
case 'credential':
|
case 'credential':
|
||||||
$state.go('credentials.edit', { "credential_id": id }, { reload: true });
|
$state.go('credentials.edit', { "credential_id": id }, { reload: true });
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user