Commit ddd5c853 authored by Rafael Monnerat's avatar Rafael Monnerat

When logout, website root instead use view at url. View should one empty list...

When logout, website root instead use view at url. View should one empty list box, which is not desired to show when logout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34571 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e2359ea2
......@@ -193,7 +193,7 @@ return website.Base_redirect(form_id, keep_items = {\'portal_status_message\' :
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>dialog_id=None, form_id=\'view\', **kw</string> </value>
<value> <string>dialog_id=None, form_id=\'\', **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
......@@ -247,7 +247,7 @@ return website.Base_redirect(form_id, keep_items = {\'portal_status_message\' :
<value>
<tuple>
<none/>
<string>view</string>
<string></string>
</tuple>
</value>
</item>
......
929
\ No newline at end of file
930
\ 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