ansible / ansible-ui

The UIs for Ansible Projects such as AWX, EDA, and HUB.
https://ansible.github.io/ansible-ui/
Apache License 2.0
75 stars 65 forks source link

[AAP-29664] Navigation after collection deletion #3038

Closed AlexSCorey closed 3 months ago

AlexSCorey commented 3 months ago

This addresses AAP-29664. After deleting a collection the user will be navigated to the collections list every time.

We did see a case where if deleting only a version of a collection the user might want to remain on the details view for that collection, but decided that since the details will would likely be exactly the same after deleting a version the user could become confused as they'd expect to see different information.

Additionally the approach of deleting an items results in the user being navigated to a list view is an established pattern in the new UI so this bring in consistency.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud