Commit ed95b345 authored by Jérome Perrin's avatar Jérome Perrin

Don't fail if no ticket is passed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23166 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32f53dc7
...@@ -142,7 +142,7 @@ context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_st ...@@ -142,7 +142,7 @@ context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_st
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>portal_type, title, description, direction, selection_name, follow_up, 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, form_id, **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -206,6 +206,7 @@ context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_st ...@@ -206,6 +206,7 @@ context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_st
<key> <string>func_defaults</string> </key> <key> <string>func_defaults</string> </key>
<value> <value>
<tuple> <tuple>
<none/>
<int>0</int> <int>0</int>
<none/> <none/>
<none/> <none/>
......
294 295
\ No newline at end of file \ 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