fixed copy functionality to include convergence as is instead of reseting ALL nodes to be default ANY nodes

This commit is contained in:
Rebeccah 2020-02-05 15:34:54 -05:00
parent ad8bcd0de2
commit fd60cd1a35
No known key found for this signature in database
GPG Key ID: 40B19D22F2604B29

View File

@ -136,7 +136,7 @@ class WorkflowJobTemplateNode(WorkflowNodeBase):
FIELDS_TO_PRESERVE_AT_COPY = [
'unified_job_template', 'workflow_job_template', 'success_nodes', 'failure_nodes',
'always_nodes', 'credentials', 'inventory', 'extra_data', 'survey_passwords',
'char_prompts'
'char_prompts', 'all_parents_must_converge'
]
REENCRYPTION_BLACKLIST_AT_COPY = ['extra_data', 'survey_passwords']