Edit button don't take url query string #6976

Closed
opened 2025-12-29 19:47:23 +01:00 by adam · 0 comments
Owner

Originally created by @PieterL75 on GitHub (Sep 13, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.3.2

Python version

3.9

Steps to Reproduce

  1. In the main search bar: Search for a device
  2. click the yellow 'edit' pencil
  3. edit the device and save

Expected Behavior

Returned to the search results

Observed Behavior

An empty search form is returned, with the message that 'This field is required'

This is becuase the ?q=searchstring is not on the return URL of the yellowpencil

This is true for all pencils, not only for the search

Originally created by @PieterL75 on GitHub (Sep 13, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.3.2 ### Python version 3.9 ### Steps to Reproduce 1. In the main search bar: Search for a device 2. click the yellow 'edit' pencil 3. edit the device and save ### Expected Behavior Returned to the search results ### Observed Behavior An empty search form is returned, with the message that 'This field is required' This is becuase the ?q=searchstring is not on the return URL of the yellowpencil This is true for all pencils, not only for the search
adam added the type: bugstatus: accepted labels 2025-12-29 19:47:23 +01:00
adam closed this issue 2025-12-29 19:47:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6976