[Erp5-report] r7207 - /erp5/trunk/products/ERP5Type/patches/DCWorkflow.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 11 17:12:59 CEST 2006


Author: jerome
Date: Thu May 11 17:12:55 2006
New Revision: 7207

URL: http://svn.erp5.org?rev=7207&view=rev
Log:
add AddPortalContent to managed permission in ERP5 workflow factory

Modified:
    erp5/trunk/products/ERP5Type/patches/DCWorkflow.py

Modified: erp5/trunk/products/ERP5Type/patches/DCWorkflow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/DCWorkflow.py?rev=7207&r1=7206&r2=7207&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/DCWorkflow.py (original)
+++ erp5/trunk/products/ERP5Type/patches/DCWorkflow.py Thu May 11 17:12:55 2006
@@ -330,6 +330,7 @@
     wf.variables.addVariable(v)
   for perm in (Permissions.AccessContentsInformation,
                Permissions.View,
+               Permissions.AddPortalContent,
                Permissions.ModifyPortalContent ):
     wf.addManagedPermission(perm)
 




More information about the Erp5-report mailing list