fix a bug that prevented JT admins from editing custom virtualenvs

see: https://github.com/ansible/tower/issues/1754
This commit is contained in:
Ryan Petrello
2018-05-14 13:14:33 -04:00
parent 0f98ed5046
commit 5b55e3cb2b
3 changed files with 22 additions and 5 deletions

View File

@@ -1366,6 +1366,7 @@ class JobTemplateAccess(BaseAccess):
'job_tags', 'force_handlers', 'skip_tags', 'ask_variables_on_launch',
'ask_tags_on_launch', 'ask_job_type_on_launch', 'ask_skip_tags_on_launch',
'ask_inventory_on_launch', 'ask_credential_on_launch', 'survey_enabled',
'custom_virtualenv',
# These fields are ignored, but it is convenient for QA to allow clients to post them
'last_job_run', 'created', 'modified',