Fixed team links in users permissions tab

This commit is contained in:
mabashian 2018-02-01 11:23:51 -05:00
parent f391b7ace4
commit 9170c557a7
No known key found for this signature in database
GPG Key ID: 436B8D5EDC704CE3

View File

@ -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;