mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 12:58:02 -02:30
copy organization when copying a WFJT
This commit is contained in:
@@ -79,10 +79,6 @@ 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