[Zope3-checkins] CVS: Zope3 - site.zcml:1.17

Ulrich Eck ueck@net-labs.de
Thu, 8 May 2003 13:27:46 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv7538

Modified Files:
	site.zcml 
Log Message:
Finally got it into Zope3:

Workflow has arrived!

this is a merge of the workflow package that was seperatly developed
at /Packages3/workflow.

please to a 

cvs update -dPA 

to ensure that old files/directories are deleted, otherwise you'll 
probably encounter errors when trying to run zope3

if you have problems .. send me an email ueck <at> net-labs.de

Ulrich


=== Zope3/site.zcml 1.16 => 1.17 ===
--- Zope3/site.zcml:1.16	Mon Apr  7 07:28:34 2003
+++ Zope3/site.zcml	Thu May  8 13:27:16 2003
@@ -19,6 +19,11 @@
 <grant permission="zope.ManageApplication" role="Manager" />
 <grant permission="zope.ManageBindings"    role="Manager" />
 
+<!-- Grant Manager all necessary Permissions for using Workflows -->
+<grant permission="zope.workflow.ManageProcessDefinitions" role="Manager" />
+<grant permission="zope.workflow.CreateProcessInstances"  role="Manager" />
+<grant permission="zope.workflow.UseProcessInstances" role="Manager" />
+
 <include file="products.zcml" />
 
 <include file="principals.zcml" />