Commit 3a3bcaa0 authored by Jérome Perrin's avatar Jérome Perrin

bug fix: wrong path of import ValidationFailed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5499 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b2d31a4
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>from Products.DCWorkflow import ValidationFailed\n
<value> <string>from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
\n
o = context.getObject()\n
\n
......@@ -134,7 +134,7 @@ if workflow_action in action_id_list:\n
<string>workflow_action</string>
<string>comment</string>
<string>batch</string>
<string>Products.DCWorkflow</string>
<string>Products.DCWorkflow.DCWorkflow</string>
<string>ValidationFailed</string>
<string>_getattr_</string>
<string>context</string>
......
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