X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fdashboard.py;h=35eeb336e3a48f562ddebcff4f6cb45e5de58578;hb=ed83c34a12ada274e6ac7c17c95a252b57a685a3;hp=0991ea5f045eed87bdcd6332709a4e417e5592f4;hpb=00e925de365deefe83fd1bf17726dce43947dfbd;p=unfold.git diff --git a/trash/dashboard.py b/trash/dashboard.py index 0991ea5f..35eeb336 100644 --- a/trash/dashboard.py +++ b/trash/dashboard.py @@ -19,7 +19,7 @@ from myslice.viewutils import topmenu_items, the_user @login_required def dashboard_view (request): - pluginset = PluginSet() + pluginset = PluginSet(request) slices_query = ManifoldQuery (action='get', method='slice', @@ -36,7 +36,7 @@ def dashboard_view (request): title='Asynchroneous SimpleList', header='slices list', with_datatables=True, - toggled=False, + toggled=True, # this is required for the javascript code query=slices_query, key='slice_hrn',