1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Modify logic for table column filtering to further isolate the column filtering and the filterset tab

This commit is contained in:
Daniel Sheppard
2024-03-21 23:09:30 -05:00
parent 8a7df0b98d
commit a422a3cd98
5 changed files with 38 additions and 32 deletions

View File

@@ -136,7 +136,7 @@ def render_field(field, bulk_nullable=False, label=None):
@register.inclusion_tag('form_helpers/render_field.html')
def render_table_filter_field(field, table=None, request=None):
def render_table_filter_field(field, table, request):
"""
Render a single form field for table column filters from template
"""