From: Thierry Parmentelat Date: Tue, 1 Oct 2013 08:21:00 +0000 (+0200) Subject: more sensitive names for domid in sliceview X-Git-Tag: myslice-0.2-5~65 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=e06101a75f3daa74f308b9943823ea8f692889bc more sensitive names for domid in sliceview --- diff --git a/portal/sliceview.py b/portal/sliceview.py index 0732d980..0da7ead6 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -188,14 +188,14 @@ class SliceView (LoginRequiredAutoLogoutView): outline_complete = True, togglable = True, title = 'Users', - active_domid = 'checkboxes2', + active_domid = 'users-list', ) main_stack.insert(tab_users) tab_users.insert(Hazelnut( page = page, title = 'Users List', - domid = 'checkboxes2', + domid = 'users-list', # tab's sons preferably turn this off togglable = False, # this is the query at the core of the slice list @@ -213,7 +213,7 @@ class SliceView (LoginRequiredAutoLogoutView): # MEASUREMENTS tab_measurements = Tabs ( page = page, - active_domid = 'checkboxes3', + active_domid = 'measurements-list', outline_complete = True, togglable = True, title = 'Measurements', @@ -224,12 +224,12 @@ class SliceView (LoginRequiredAutoLogoutView): tab_measurements.insert(Hazelnut( page = page, title = 'Measurements', - domid = 'checkboxes3', + domid = 'measurements-list', # tab's sons preferably turn this off togglable = False, # this is the query at the core of the slice list query = sq_measurement, - checkboxes = True, + checkboxes = False, datatables_options = { 'iDisplayLength' : 25, 'bLengthChange' : True,