mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
properly validates node
This commit is contained in:
parent
c616678beb
commit
28ad404baa
@ -61,7 +61,7 @@ function getStep(
|
||||
(nodeTypeField.value !== 'workflow_approval_template' &&
|
||||
nodeResourceField.value === null) ||
|
||||
(nodeTypeField.value === 'workflow_approval_template' &&
|
||||
approvalNameField.value === undefined) ||
|
||||
approvalNameField.value === '') ||
|
||||
formError
|
||||
) {
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user