mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Fix on save error message for wf approval nodes.
This commit is contained in:
@@ -435,7 +435,7 @@ function Visualizer({ template }) {
|
||||
) {
|
||||
if (
|
||||
node.originalNodeObject.summary_fields.unified_job_template
|
||||
.unified_job_type === 'workflow_approval'
|
||||
?.unified_job_type === 'workflow_approval'
|
||||
) {
|
||||
nodeRequests.push(
|
||||
WorkflowJobTemplateNodesAPI.replace(
|
||||
|
||||
Reference in New Issue
Block a user