-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk edit fails when modifying URL to expand search parameters #16871
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Comments
einhirn
added
status: needs triage
This issue is awaiting triage by a maintainer
type: bug
A confirmed report of unexpected behavior in the application
labels
Jul 10, 2024
Just the url given with
|
arthanson
added
status: needs owner
This issue is tentatively accepted pending a volunteer committed to its implementation
severity: low
Does not significantly disrupt application functionality, or a workaround is available
and removed
status: needs triage
This issue is awaiting triage by a maintainer
labels
Jul 17, 2024
jeremystretch
added
status: accepted
This issue has been accepted for implementation
and removed
status: needs owner
This issue is tentatively accepted pending a volunteer committed to its implementation
labels
Aug 13, 2024
jeremystretch
added a commit
that referenced
this issue
Aug 13, 2024
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.0.6
Python Version
3.10
Steps to Reproduce
https://netbox.selfhosted/dcim/interfaces/?device=dc-l1-3-leaf1&device=dc-l1-3-leaf2&name=1/21&name=1/22&name=1/23&name=1/24
Expected Behavior
A Bulk edit page should have opened for the selected ports
Observed Behavior
is reported
Additional Context
The request contains the list of
pk
s for the selected interfaces as "Form data".Inspecting the "Edit selected" button, I noticed that
formaction
for_rename
Button doesn't contain parameters from the URL, whileformaction
for_edit
(and_delete
) Button contains full URL including manually added parameters:I modified the form action on the fly to remove the additional parameters and the button worked as expected - a bulk edit form was opened and the changes were applied to all selected interfaces. I also was returned to the search result page/URL with additional parameters as expected, so I could see the changes on the selected interfaces
The text was updated successfully, but these errors were encountered: