X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftopmenu.py;h=69a8dd3dd33b709f29f84134820d4b53b1379784;hb=3b28a7842f5464c38ecc968b54c13b442f7b5c9e;hp=6b152c8bf6769905a6ec5ff7943e039dfcd88b2a;hpb=d9bbe0a36624c6fe558c05307964be1b3ed4e3b1;p=unfold.git diff --git a/ui/topmenu.py b/ui/topmenu.py index 6b152c8b..69a8dd3d 100644 --- a/ui/topmenu.py +++ b/ui/topmenu.py @@ -69,7 +69,7 @@ from plugins.topmenuvalidation import TopmenuValidation # for asynchronous management of topmenu def topmenu_items_live (current, page): request=page.request - query_pi_auths = Query.get('ple:user').filter_by('user_hrn', '==', '$user_hrn' ).select('pi_authorities') + query_pi_auths = Query.get('user').filter_by('user_hrn', '==', '$user_hrn' ).select('pi_authorities') page.enqueue_query(query_pi_auths) # # even though this plugin does not have any html materialization, the corresponding domid # # must exist because it is searched at init-time to create the JS plugin @@ -81,7 +81,7 @@ def topmenu_items_live (current, page): query=query_pi_auths, # this one is the target for a $.show() when the query comes back button_domid="topmenu-validation") - # although the result does not matter, rendering is required for the JS init code to make it in the page + # although the result does not matter, rendering is required for the JS init code to make it in the page topmenuvalidation.render(request) return topmenu_items_static (current, request)