Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.0.5
Python Version
3.11
Steps to Reproduce
- Enable "HTMX Navigation" in User Preferences > Preferences and save
- Go to the list view of any resource, select some and click on "Edit selected"
- Do any modification and click on "Apply"
- POST-Request will fail because of invalid URL
This also applies for bulk delete with the same behaviour
Expected Behavior
The changes made on the selected resources should be applied
Observed Behavior
When clicking on edit the user gets redirected to the wrong url, i.e.
https://<instance-url>/dcim/devices/%22true%22
instead of
https://<instance-url>/dcim/devices/edit
The edit dialogue appears as expected but saving is not possible because of wrong URL in the POST-Request:
Could recreate this in MS Edge, Chrome and Firefox, so it doesn't seem like a client issue. Also tested locally with a fresh netbox installation in docker with the same behaviour