More PythonScript parameter syntax errors

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31738 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent abbc4d92
......@@ -76,7 +76,7 @@ event.setFollowUpValueList([new_object])\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>follow_up_ticket_title="Sale Opportunity", follow_up_ticket_type</string> </value>
<value> <string>follow_up_ticket_title="Sale Opportunity", follow_up_ticket_type=None</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -122,6 +122,7 @@ event.setFollowUpValueList([new_object])\n
<value>
<tuple>
<string>Sale Opportunity</string>
<none/>
</tuple>
</value>
</item>
......
......@@ -124,7 +124,7 @@ context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_st
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>portal_type, title, description, direction, selection_name, follow_up=None, single_event=0, text_content, form_id, **kw</string> </value>
<value> <string>portal_type, title, description, direction, selection_name, follow_up=None, single_event=0, text_content=None, form_id=None, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......
454
\ No newline at end of file
457
\ 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