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:
Matthew Jones
2014-12-08 14:03:16 -05:00
parent 9f6230f7cc
commit 3d3cf2bb9e
3 changed files with 3 additions and 3 deletions

View File

@@ -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)