Commit bfdc579c authored by Jérome Perrin's avatar Jérome Perrin

also use portal_url as navigation bar cache parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25857 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c47dc48
......@@ -58,7 +58,8 @@ navigation_box_render = context.navigation_box_render\n
navigation_box_render = CachingMethod(navigation_box_render,\n
("ERP5Site_renderCachedNavigationBox",\n
context.portal_membership.getAuthenticatedMember().getUserName(),\n
context.Localizer.get_selected_language()\n
context.Localizer.get_selected_language(),\n
context.portal_url(),\n
),cache_factory=\'erp5_ui_short\')\n
return navigation_box_render()\n
</string> </value>
......
653
\ No newline at end of file
654
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment