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): """