mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Fixed recently used job templates edit link
This commit is contained in:
parent
c6cb121127
commit
851dacd407
@ -47,7 +47,7 @@ export default
|
||||
};
|
||||
|
||||
scope.editJobTemplate = function (jobTemplateId) {
|
||||
$state.go('templates.editJobTemplate', {id: jobTemplateId});
|
||||
$state.go('templates.editJobTemplate', {job_template_id: jobTemplateId});
|
||||
};
|
||||
}
|
||||
}];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user