mirror of
https://github.com/ansible/awx.git
synced 2026-06-28 09:58:03 -02:30
when copying workflows w/ pause nodes, copy the WorkflowApprovalTemplate
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user