Commit 1da27d61 authored by Yusei Tahara's avatar Yusei Tahara

2008-5-31 yusei

* Invoke workflow method only when event worklfow is used.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21256 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0effc15
......@@ -68,9 +68,10 @@
<value> <string encoding="cdata"><![CDATA[
# Transit event workflow\n
context.plan()\n
context.order()\n
context.start()\n
if \'event_workflow\' in context.portal_workflow.getWorkflowsFor(context):\n
context.plan()\n
context.order()\n
context.start()\n
\n
if body is None:\n
body = context.getTextContent() #XXX This does not support structured text format.\n
......
2008-5-31 yusei
* Invoke workflow method only when event worklfow is used.
2008-5-29 yusei
* Add type based method for Event.send and use MailTemplate to build mail message.
* Add a minimum support of html mail.
......
256
\ No newline at end of file
257
\ 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