mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Make sure we include schedules as things that can be included when
creatinga concrete job(any) from a job template, project update, or inventory update
This commit is contained in:
@@ -221,7 +221,7 @@ class Project(UnifiedJobTemplate, ProjectOptions):
|
||||
def _get_unified_job_field_names(cls):
|
||||
return ['name', 'description', 'local_path', 'scm_type', 'scm_url',
|
||||
'scm_branch', 'scm_clean', 'scm_delete_on_update',
|
||||
'credential']
|
||||
'credential', 'schedule']
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
new_instance = not bool(self.pk)
|
||||
|
||||
Reference in New Issue
Block a user