awx
awx copied to clipboard
fixes problems with workflow nodes information section
SUMMARY
This PR is fixing a bug with the UI. When clicking on the i
to the the Workflow node information:
The following error occurs:
This is happening if the Job Template defined at the workflow has checked any of the following options: ask_verbosity_on_launch
, ask_tags_on_launch
and ask_skip_tags_on_launch
ISSUE TYPE
- Bug, Docs Fix or other nominal change
COMPONENT NAME
- UI
AWX VERSION
awx: 23.6.0
ADDITIONAL INFORMATION
This bug was detected at https://github.com/redhat-cop/controller_configuration/issues/746
@ivarmu thanks for opening up this PR! I noticed that the linting error reported on your PR is also present in the head of the devel branch so I opened up a PR to fix that: https://github.com/ansible/awx/pull/14765. Once that merges you should be able to rebase and get all checks to pass.
Thanks a lot @mabashian!!! I run make ui-lint
in my local development environment and didn't get any output for this format errors :-)