mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #12239 from kialam/fix-12228-edit-deleted-wf-node
Fix on save error message for wf approval nodes.
This commit is contained in:
commit
d55ed8713c
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user