mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #5078 from mabashian/4588-sort-permissions-jts
Properly set the basepath for job templates list when adding permissions
This commit is contained in:
commit
a1363e92e4
@ -59,6 +59,7 @@ export default ['addPermissionsTeamsList', 'addPermissionsUsersList', 'TemplateL
|
||||
case 'JobTemplates':
|
||||
list.name = 'job_templates';
|
||||
list.iterator = 'job_template';
|
||||
list.basePath = 'job_templates';
|
||||
list.fields = {
|
||||
name: list.fields.name,
|
||||
description: list.fields.description
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user