Commit 423c62f6 authored by Thierry's avatar Thierry

2007-09-14 Thierry

* Bug fix in Event_createRespondEvent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16379 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3a520ae
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
# the current event\n # the current event\n
\n \n
event = state_change[\'object\']\n event = state_change[\'object\']\n
respond_event_portal_type = None\n
\n \n
history = event.portal_workflow.getInfoFor(event, \'history\', wf_id=\'event_workflow\')\n history = event.portal_workflow.getInfoFor(event, \'history\', wf_id=\'event_workflow\')\n
\n \n
...@@ -137,14 +138,14 @@ if respond_event_portal_type is not None:\n ...@@ -137,14 +138,14 @@ if respond_event_portal_type is not None:\n
<string>state_change</string> <string>state_change</string>
<string>_getitem_</string> <string>_getitem_</string>
<string>event</string> <string>event</string>
<string>None</string>
<string>respond_event_portal_type</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>history</string> <string>history</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>history_item</string> <string>history_item</string>
<string>respond_event_portal_type</string>
<string>respond_event_title</string> <string>respond_event_title</string>
<string>respond_event_description</string> <string>respond_event_description</string>
<string>None</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
101 102
\ 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