From 99791cf1c8642e4e9b34a68aa1d44f2d61370613 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 1 Oct 2013 14:37:28 +0200 Subject: [PATCH] *do not* turn off checkboxes on hazelnuts for now --- portal/sliceview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/sliceview.py b/portal/sliceview.py index 0da7ead6..1eb6778e 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -229,7 +229,7 @@ class SliceView (LoginRequiredAutoLogoutView): togglable = False, # this is the query at the core of the slice list query = sq_measurement, - checkboxes = False, + checkboxes = True, datatables_options = { 'iDisplayLength' : 25, 'bLengthChange' : True, -- 2.43.0