mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Switch to non-method reference
This commit is contained in:
parent
87dbc8b287
commit
3180a6e6c5
@ -596,7 +596,8 @@ class InterfaceListFilter(django_filters.FilterSet):
|
||||
# label='Rack group (ID)',
|
||||
#)
|
||||
rack_id = NullableModelMultipleChoiceFilter(
|
||||
method='_filter_rack',
|
||||
name='device__rack',
|
||||
queryset=Rack.objects.all(),
|
||||
label='Rack (ID)',
|
||||
)
|
||||
type = django_filters.CharFilter(
|
||||
|
Loading…
Reference in New Issue
Block a user