X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fsliceview.py;h=60a95d396c33a16a2a77941e3e9d9bdafa8e3561;hb=1ca2768a7aad52401201b6746e42d51194c00f15;hp=db25e64de2302b6c3e7977b2b028649b5daf2ff7;hpb=558ebc92df5b77d9ca546de531a36efb90ae1569;p=myslice.git diff --git a/portal/sliceview.py b/portal/sliceview.py index db25e64d..60a95d39 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -224,7 +224,6 @@ class SliceView (LoginRequiredAutoLogoutView): # this is the query at the core of the slice list query = sq_resource, query_all = query_resource_all, - # use 'hrn' as the internal unique key for this plugin init_key = main_query_init_key, checkboxes = True, datatables_options = { @@ -242,9 +241,7 @@ class SliceView (LoginRequiredAutoLogoutView): # this is the query at the core of the slice list query = sq_resource, query_all = query_resource_all, - # use 'hrn' as the internal unique key for this plugin - # xxx todo on querygrid as well - # init_key = main_query_init_key, + init_key = main_query_init_key, checkboxes = True, )