AC-1262 Add vars_prompt_on_launch field to job template.

This commit is contained in:
Chris Church
2014-05-11 22:44:35 -04:00
parent a9672294c4
commit fcdcf8e988
3 changed files with 444 additions and 1 deletions

View File

@@ -144,6 +144,10 @@ class JobTemplate(UnifiedJobTemplate, JobOptions):
blank=True,
default='',
)
vars_prompt_on_launch = models.BooleanField(
blank=True,
default=False,
)
@classmethod
def _get_unified_job_class(cls):