VLANGroupFilterSet site_group field doesn't match VLANGroupFilterForm sitegroup field #10908

Closed
opened 2025-12-29 21:37:35 +01:00 by adam · 1 comment
Owner

Originally created by @renatoalmeidaoliveira on GitHub (Mar 18, 2025).

Originally assigned to: @renatoalmeidaoliveira on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.2.5

Python Version

3.10

Steps to Reproduce

  1. In VLANGroupsListView filter by Site group

Expected Behavior

The queryset filter by site_group

Observed Behavior

The queryset is filtering by sitegroup that doesn't have a FilterSet Field

Originally created by @renatoalmeidaoliveira on GitHub (Mar 18, 2025). Originally assigned to: @renatoalmeidaoliveira on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.2.5 ### Python Version 3.10 ### Steps to Reproduce 1. In `VLANGroupsListView` filter by `Site group` ### Expected Behavior The queryset filter by site_group ### Observed Behavior The queryset is filtering by sitegroup that doesn't have a FilterSet Field
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:37:35 +01:00
adam closed this issue 2025-12-29 21:37:35 +01:00
Author
Owner

@renatoalmeidaoliveira commented on GitHub (Mar 18, 2025):

Code reference:

@renatoalmeidaoliveira commented on GitHub (Mar 18, 2025): Code reference: - [VLANGroupFilterForm field](https://github.com/netbox-community/netbox/blob/f86647dc28d61d77a7f4f8fa946d880c75db6f50/netbox/ipam/forms/filtersets.py#L431) - [VLANGroupFilterSet field](https://github.com/netbox-community/netbox/blob/f86647dc28d61d77a7f4f8fa946d880c75db6f50/netbox/ipam/filtersets.py#L866C5-L866C16)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10908