mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Merge pull request #1106 from mabashian/1014-team-link-user-permissions
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