*do not* turn off checkboxes on hazelnuts for now
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Oct 2013 12:37:28 +0000 (14:37 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Oct 2013 12:37:28 +0000 (14:37 +0200)
portal/sliceview.py

index 0da7ead..1eb6778 100644 (file)
@@ -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,