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

Albertas Agejevas alga@codeworks.lt
Thu, 10 Oct 2002 12:21:49 -0400


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

Modified Files:
	site.zcml 
Log Message:
Changed permission for ICacheable view from Zope.Public to Zope.ManageBindings

=== Zope3/site.zcml 1.6 => 1.7 ===
--- Zope3/site.zcml:1.6	Wed Oct  2 17:33:42 2002
+++ Zope3/site.zcml	Thu Oct 10 12:21:48 2002
@@ -17,6 +17,7 @@
 <grant permission="Zope.ManageCode"        role="Manager" />
 <grant permission="Zope.ManageServices"    role="Manager" />
 <grant permission="Zope.ManageApplication" role="Manager" />
+<grant permission="Zope.ManageBindings"    role="Manager" />
 
 <include file="products.zcml" />