From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Tue, 1 Oct 2013 12:37:28 +0000 (+0200)
Subject: *do not* turn off checkboxes on hazelnuts for now
X-Git-Tag: myslice-0.2-5~62
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=99791cf1c8642e4e9b34a68aa1d44f2d61370613;p=unfold.git

*do not* turn off checkboxes on hazelnuts for now
---

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,