Merge branch 'devel' into workflow-channels

This commit is contained in:
Wayne Witzel III
2016-11-17 16:22:52 -05:00
40 changed files with 942 additions and 890 deletions

View File

@@ -428,7 +428,7 @@ class WorkflowJob(UnifiedJob, WorkflowJobOptions, SurveyJobMixin, JobNotificatio
workflow_job_template = models.ForeignKey(
'WorkflowJobTemplate',
related_name='jobs',
related_name='workflow_jobs',
blank=True,
null=True,
default=None,