mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02: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:
@@ -435,7 +435,7 @@ function Visualizer({ template }) {
|
|||||||
) {
|
) {
|
||||||
if (
|
if (
|
||||||
node.originalNodeObject.summary_fields.unified_job_template
|
node.originalNodeObject.summary_fields.unified_job_template
|
||||||
.unified_job_type === 'workflow_approval'
|
?.unified_job_type === 'workflow_approval'
|
||||||
) {
|
) {
|
||||||
nodeRequests.push(
|
nodeRequests.push(
|
||||||
WorkflowJobTemplateNodesAPI.replace(
|
WorkflowJobTemplateNodesAPI.replace(
|
||||||
|
|||||||
Reference in New Issue
Block a user