mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fixed route for permissions edit on teams edit
This commit is contained in:
parent
0bb15abd65
commit
5f2cfa1bfa
@ -8,7 +8,7 @@ import {templateUrl} from '../../shared/template-url/template-url.factory';
|
||||
|
||||
export default {
|
||||
name: 'teamPermissionsEdit',
|
||||
route: '/teams/:team_id/permissions/edit',
|
||||
route: '/teams/:team_id/permissions/:permission_id',
|
||||
templateUrl: templateUrl('permissions/team-permissions'),
|
||||
controller: 'editController',
|
||||
resolve: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user