Facets can now be toggled off again, refs #255

This commit is contained in:
Simon Willison 2018-05-15 07:11:52 -03:00 committed by Simon Willison
commit 1dc94f6eaa
4 changed files with 13 additions and 3 deletions

View file

@ -658,6 +658,7 @@ class TableView(RowTableShared):
"display_rows": display_rows,
"is_sortable": any(c["sortable"] for c in display_columns),
"path_with_replaced_args": path_with_replaced_args,
"path_with_removed_args": path_with_removed_args,
"request": request,
"sort": sort,
"sort_desc": sort_desc,