Site filter does not apply when clicking on VLAN Groups from the Site view page #7967

Closed
opened 2025-12-29 20:30:35 +01:00 by adam · 0 comments
Owner

Originally created by @duckw on GitHub (May 1, 2023).

Originally assigned to: @kkthxbye-code on GitHub.

NetBox version

v3.5.0

Python version

3.8

Steps to Reproduce

  1. Open a site (eg. http://netbox/dcim/sites/1350/)
  2. Click on VLAN Groups under Related Objects

Expected Behavior

Only the VLAN Groups associated to that site should be displayed.

Observed Behavior

All VLAN groups are shown.
It looks like the filter parameter in the URL is for site_id and it should be for site.
eg. should be http://netbox/ipam/vlan-groups/?site=1350 not http://netbox/ipam/vlan-groups/?site_id=1350

Originally created by @duckw on GitHub (May 1, 2023). Originally assigned to: @kkthxbye-code on GitHub. ### NetBox version v3.5.0 ### Python version 3.8 ### Steps to Reproduce 1. Open a site (eg. http://netbox/dcim/sites/1350/) 2. Click on VLAN Groups under Related Objects ### Expected Behavior Only the VLAN Groups associated to that site should be displayed. ### Observed Behavior All VLAN groups are shown. It looks like the filter parameter in the URL is for site_id and it should be for site. eg. should be http://netbox/ipam/vlan-groups/?site=1350 not http://netbox/ipam/vlan-groups/?site_id=1350
adam added the type: bugstatus: accepted labels 2025-12-29 20:30:35 +01:00
adam closed this issue 2025-12-29 20:30:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7967