More scripts missing default parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31654 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84d7ab92
......@@ -330,7 +330,7 @@ return context.REQUEST.RESPONSE.redirect(\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>import_file, update_existing_property=False, keep_existing_category=True, detailed_report=False, simulation_mode=False, displayed_report=[], effective_date, expiration_date, existing_category_list=\'keep\', **kw</string> </value>
<value> <string>import_file, update_existing_property=False, keep_existing_category=True, detailed_report=False, simulation_mode=False, displayed_report=[], effective_date=None, expiration_date=None, existing_category_list=\'keep\', **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......
......@@ -67,7 +67,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>top_your_search_text=\'\', top_your_search_portal_type, all_languages=False</string> </value>
<value> <string>top_your_search_text=\'\', top_your_search_portal_type=None, all_languages=False</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......
1424
\ No newline at end of file
1427
\ 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