Apply fix to VLAN ranges as well

This commit is contained in:
Jeremy Stretch 2023-09-13 10:31:04 -04:00
parent 70e18021d1
commit eb89d2b2b8

View File

@ -952,7 +952,9 @@ class VLANGroupVLANsView(generic.ObjectChildrenView):
)
def prep_table_data(self, request, queryset, parent):
if not get_table_ordering(request, self.table):
return add_available_vlans(parent.get_child_vlans(), parent)
return queryset
#