Merge pull request #1787 from ryanpetrello/admin-dif-mode

fix a bug that prevented JT admins from editing diff mode
This commit is contained in:
Ryan Petrello 2018-05-15 09:02:14 -04:00 committed by GitHub
commit f5c4abc81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1366,7 +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',
'custom_virtualenv', 'diff_mode',
# These fields are ignored, but it is convenient for QA to allow clients to post them
'last_job_run', 'created', 'modified',