[FIX] HORILLA_VIEWS: #773

This commit is contained in:
Horilla
2025-06-12 11:57:48 +05:30
parent 04dd5cc7f8
commit beace7605b

View File

@@ -491,7 +491,7 @@ class HorillaListView(ListView):
""" """
model = _model model = _model
fields = [] fields = [field[1] for field in _columns] # 773
def dehydrate_id(self, instance): def dehydrate_id(self, instance):
""" """