Commit 031f6fdf authored by Aurel's avatar Aurel

add default parameters to script


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5508 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48f1634d
......@@ -103,7 +103,7 @@ RESPONSE.redirect("%s?portal_status_message=Business+Templates+Downloaded+As:+%s
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>*args, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -129,13 +129,15 @@ RESPONSE.redirect("%s?portal_status_message=Business+Templates+Downloaded+As:+%s
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>args</string>
<string>kw</string>
<string>_getattr_</string>
<string>container</string>
<string>container</string>
<string>REQUEST</string>
<string>RESPONSE</string>
<string>getattr</string>
<string>uids</string>
<string>context</string>
<string>context</string>
<string>ret_url</string>
<string>len</string>
<string>id_list</string>
......
2006-02-01 aurel
* add parameters to script TemplateTool_downloadRepositoryBusinessTemplateList
2006-02-01 jerome
* catch validation faileds on workflow validations and put them in portal status message
......
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