Arkestra icon indicating copy to clipboard operation
Arkestra copied to clipboard

ArkestraGenericLister.determine_layout_settings() - issues with querysets

Open evildmp opened this issue 11 years ago • 0 comments

If ArkestraGenericLister.determine_layout_settings() receives a horizontal list_ it needs to add lastcolumn to the class of the last item.

Sometimes the list will be a queryset, in which case using a negative slice would break.

Currently we coerce it to a list just in case. Maybe there is a better way of doing this.

evildmp avatar Jan 13 '14 14:01 evildmp