when copying workflows w/ pause nodes, copy the WorkflowApprovalTemplate

This commit is contained in:
Ryan Petrello
2019-08-09 17:55:42 -04:00
parent 4a75edf549
commit 7814592285
4 changed files with 101 additions and 3 deletions

View File

@@ -619,6 +619,9 @@ class WorkflowJob(UnifiedJob, WorkflowJobOptions, SurveyJobMixin, JobNotificatio
class WorkflowApprovalTemplate(UnifiedJobTemplate):
FIELDS_TO_PRESERVE_AT_COPY = ['description', 'timeout',]
class Meta:
app_label = 'main'