[Zope3-checkins] CVS: Zope3/src/zope/app/services - configure.zcml:1.14
R. Sean Bowman
sean.bowman@acm.org
Thu, 6 Feb 2003 23:58:43 -0500
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv18652/src/zope/app/services
Modified Files:
configure.zcml
Log Message:
fixed outdated ObjectHub permissions declarations that referred to
nonexistent methods
=== Zope3/src/zope/app/services/configure.zcml 1.13 => 1.14 ===
--- Zope3/src/zope/app/services/configure.zcml:1.13 Mon Feb 3 14:02:13 2003
+++ Zope3/src/zope/app/services/configure.zcml Thu Feb 6 23:58:42 2003
@@ -399,8 +399,9 @@
permission='zope.ManageServices' />
<require
permission="zope.View"
- attributes="notify lookupRuid lookupLocation getObject
- register unregister" />
+ attributes="notify getHubId getLocation getObject
+ register unregister numRegistrations
+ getRegistrations" />
<require
permission="zope.ManageServices"
attributes="bound unbound subscribe unsubscribe subscribeOnBind