awx icon indicating copy to clipboard operation
awx copied to clipboard

fixes problems with workflow nodes information section

Open ivarmu opened this issue 1 year ago • 2 comments

SUMMARY

This PR is fixing a bug with the UI. When clicking on the i to the the Workflow node information: image

The following error occurs: image

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 avatar Jan 11 '24 17:01 ivarmu

@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.

mabashian avatar Jan 15 '24 19:01 mabashian

Thanks a lot @mabashian!!! I run make ui-lint in my local development environment and didn't get any output for this format errors :-)

ivarmu avatar Jan 17 '24 08:01 ivarmu