mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
implement copying of WFJT objects
This commit is contained in:
@@ -79,6 +79,10 @@ class SurveyJobTemplateMixin(models.Model):
|
||||
default={},
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def _get_unified_jt_copy_names(cls):
|
||||
return cls._get_unified_job_field_names() + ['survey_spec', 'survey_enabled']
|
||||
|
||||
def survey_password_variables(self):
|
||||
vars = []
|
||||
if self.survey_enabled and 'spec' in self.survey_spec:
|
||||
|
||||
Reference in New Issue
Block a user