mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-22 19:48:45 -06:00
#9623: Add slug field to SavedFilter
This commit is contained in:
@@ -31,7 +31,7 @@ class TenantGroupFilterForm(NetBoxModelFilterSetForm):
|
||||
class TenantFilterForm(ContactModelFilterForm, NetBoxModelFilterSetForm):
|
||||
model = Tenant
|
||||
fieldsets = (
|
||||
(None, ('q', 'filter', 'tag', 'group_id')),
|
||||
(None, ('q', 'filter_id', 'tag', 'group_id')),
|
||||
('Contacts', ('contact', 'contact_role', 'contact_group'))
|
||||
)
|
||||
group_id = DynamicModelMultipleChoiceField(
|
||||
|
||||
Reference in New Issue
Block a user