[Zope-CVS] CVS: Packages/Moztop/idesupport/rdf - configure.zcml:1.2
Stephan Richter
srichter@cbu.edu
Wed, 15 Jan 2003 07:41:23 -0500
Update of /cvs-repository/Packages/Moztop/idesupport/rdf
In directory cvs.zope.org:/tmp/cvs-serv29945/idesupport/rdf
Modified Files:
configure.zcml
Log Message:
Gave @@contents.rdf Zope.View permissions so that we do not need to
authenticate and do weired things.
=== Packages/Moztop/idesupport/rdf/configure.zcml 1.1 => 1.2 ===
--- Packages/Moztop/idesupport/rdf/configure.zcml:1.1 Mon Jan 13 15:03:51 2003
+++ Packages/Moztop/idesupport/rdf/configure.zcml Wed Jan 15 07:40:50 2003
@@ -4,7 +4,7 @@
<browser:pages
for="zope.app.interfaces.container.IContainer"
- permission="zope.ManageContent"
+ permission="zope.View"
class=".container.Contents" >
<browser:page name="contents.rdf" attribute="contents" />