[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser - configure.zcml:1.10
Jim Fulton
jim@zope.com
Thu, 10 Oct 2002 04:32:06 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv10521
Modified Files:
configure.zcml
Log Message:
Changed the role service index.html page to use the contents method,
since the inherited index method doesn't allow management.
=== Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/configure.zcml 1.9 => 1.10 ===
--- Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/configure.zcml:1.9 Thu Jul 11 14:41:33 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/configure.zcml Thu Oct 10 04:32:03 2002
@@ -22,7 +22,7 @@
for=".RoleService.IRoleService"
factory=".Views.Browser.Contents.">
- <browser:page name="index.html" attribute="index" />
+ <browser:page name="index.html" attribute="contents" />
<browser:page name="removeObjects.html" attribute="removeObjects" />
</browser:view>