Commit 35f51cc0 authored by Romain Courteaud's avatar Romain Courteaud

Do not initialize all_languages parameter and keep its default value to None,...

Do not initialize all_languages parameter and keep its default value to None, or it will always surcharge the layout property 'layout_all_languages' on web sites.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29625 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 949af1f5
......@@ -86,7 +86,7 @@ return search_context.Base_redirect(field_your_search_form_id, keep_items=kw)\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>field_your_search_text=\'\', field_your_search_portal_type=\'\', all_languages=False, list_style=None, field_your_search_form_id=\'ERP5Site_viewSearchResult\'</string> </value>
<value> <string>field_your_search_text=\'\', field_your_search_portal_type=\'\', all_languages=None, list_style=None, field_your_search_form_id=\'ERP5Site_viewSearchResult\'</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -140,7 +140,7 @@ return search_context.Base_redirect(field_your_search_form_id, keep_items=kw)\n
<tuple>
<string></string>
<string></string>
<int>0</int>
<none/>
<none/>
<string>ERP5Site_viewSearchResult</string>
</tuple>
......
1331
\ No newline at end of file
1333
\ 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