From beace7605b1644d0ffe73269d6d8615511a8b07f Mon Sep 17 00:00:00 2001 From: Horilla Date: Thu, 12 Jun 2025 11:57:48 +0530 Subject: [PATCH] [FIX] HORILLA_VIEWS: #773 --- horilla_views/generic/cbv/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horilla_views/generic/cbv/views.py b/horilla_views/generic/cbv/views.py index 927f32f1b..c05713f67 100644 --- a/horilla_views/generic/cbv/views.py +++ b/horilla_views/generic/cbv/views.py @@ -491,7 +491,7 @@ class HorillaListView(ListView): """ model = _model - fields = [] + fields = [field[1] for field in _columns] # 773 def dehydrate_id(self, instance): """