copy organization when copying a WFJT

This commit is contained in:
AlanCoding
2016-11-19 11:33:26 -05:00
parent 31a95e5c04
commit 4a992e531a
4 changed files with 16 additions and 7 deletions

View File

@@ -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: