Commit 46239494 authored by Fabien Morin's avatar Fabien Morin

I forget to remove context in egov_anonymous workflow script

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21239 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 19c1e91c
......@@ -67,7 +67,7 @@
<key> <string>_body</string> </key>
<value> <string>\'\'\'This script check that all required files have been uploaded\'\'\'\n
from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
portal = context.getPortalObject()\n
portal = state_change.getPortalObject()\n
N_ = portal.Base_translateString\n
\n
document = state_change[\'object\']\n
......@@ -139,7 +139,6 @@ if len(missing_document_list):\n
<string>Products.DCWorkflow.DCWorkflow</string>
<string>ValidationFailed</string>
<string>_getattr_</string>
<string>context</string>
<string>portal</string>
<string>N_</string>
<string>_getitem_</string>
......
115
\ No newline at end of file
116
\ 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