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

@@ -1216,7 +1216,7 @@ class JobTemplateSerializer(UnifiedJobTemplateSerializer, JobOptionsSerializer):
class Meta:
model = JobTemplate
fields = ('*', 'host_config_key')
fields = ('*', 'host_config_key', 'vars_prompt_on_launch')
def get_related(self, obj):
res = super(JobTemplateSerializer, self).get_related(obj)