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
13.86k stars 3.4k forks source link

Survey permission for Job Template is incorrect in UI #15378

Open Ruud-cb opened 1 month ago

Ruud-cb commented 1 month ago

Please confirm the following

Bug Summary

Permissions in the UI seems incorrect versus what my permissions actually are. I'm logged in as admin and should have all permissions.

AWX version

2.19.1

Select the relevant components

Installation method

minikube

Modifications

no

Ansible version

v24.6.1

Operating system

macOS

Web browser

Chrome

Steps to reproduce

Expected results

Expected to create multiple Survey questions for Job Templates.

Actual results

Template where the issue was first noticed:

image

Template new created, able to add a survey: image

After creating, back at the page again and no option to create another survey. image

Also not able to delete it, it's allowed but nothing happens:

image

The survey still exists.

Additional information

AWX runs locally in a minikube kubernetes environment, following the official docs using the kustomization.yaml

djyasin commented 1 month ago

Hello @Ruud-cb, Thank you so much for providing so many great details in your description! We are trying to determine how best to address your concern. Can you let us know if you are able to perform this action via the API? Or does this issue appear to only be occurring via the UI?

Thank you for your time!

vibescirca81 commented 3 days ago

Just following up on this because I ran into it myself. It only seems to happen with the New UI. Reverting to the old one allows me to CRUD the survey.

Definitely a bug