ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14k stars 3.42k forks source link

Edit Job Template Project Type "Manual" box not selected when clicked #10470

Open kialam opened 3 years ago

kialam commented 3 years ago
ISSUE TYPE
SUMMARY

Edit Job Template Project Type "Manual" box not selected when clicked

ENVIRONMENT
STEPS TO REPRODUCE
  1. Go to edit a Job Template
  2. Click on Project lookup
  3. In the filter toolbar, select type
  4. Click on "manual"
  5. Observe that the checkbox next to "manual" is not checked, however the search param is correctly stored
EXPECTED RESULTS

The checkbox next to each option should be selected/deselected if clicked

ACTUAL RESULTS

The checkbox for "manual" remains unchecked no matter what

ADDITIONAL INFORMATION

jtedit_project

nixocio commented 3 years ago

I have seen similar issue. The reason is that the Manual option is an ''.


                  [``, t`Manual`],
                  [`git`, t`Git`],
                  [`svn`, t`Subversion`],
                  [`archive`, t`Remote Archive`],
                  [`insights`, t`Red Hat Insights`],
                ],```