Closes #21459: Avoid prefetching data for hidden table columns (#21460)

This commit is contained in:
Jeremy Stretch
2026-02-20 13:36:46 -05:00
committed by GitHub
parent 32e2a17c88
commit d5e8f7dafa
7 changed files with 91 additions and 52 deletions

View File

@@ -110,7 +110,7 @@ class WirelessLANView(generic.ObjectView):
attached_interfaces = Interface.objects.restrict(request.user, 'view').filter(
wireless_lans=instance
)
interfaces_table = tables.WirelessLANInterfacesTable(attached_interfaces, user=request.user)
interfaces_table = tables.WirelessLANInterfacesTable(attached_interfaces)
interfaces_table.configure(request)
return {