[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching/Views/Browser - configure.zcml:1.2
Albertas Agejevas
alga@codeworks.lt
Thu, 10 Oct 2002 12:21:49 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv16874/lib/python/Zope/App/Caching/Views/Browser
Modified Files:
configure.zcml
Log Message:
Changed permission for ICacheable view from Zope.Public to Zope.ManageBindings
=== Zope3/lib/python/Zope/App/Caching/Views/Browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/Caching/Views/Browser/configure.zcml:1.1 Wed Oct 9 09:08:44 2002
+++ Zope3/lib/python/Zope/App/Caching/Views/Browser/configure.zcml Thu Oct 10 12:21:48 2002
@@ -3,7 +3,7 @@
xmlns:browser='http://namespaces.zope.org/browser'
>
<browser:view for="Zope.App.OFS.Annotation.IAnnotatable."
- permission="Zope.Public"
+ permission="Zope.ManageBindings"
factory=".CacheableView.">
<browser:page name="Caching.html"