[Zope3-checkins]
SVN: Zope3/branches/roger-ldapauth/src/zope/app/pluggableauth/browser/configure.zcml
Change containerViews to depend on IBTreePrincipalSource
interface and not IContainerPrincipalSource.
Roger Ineichen
roger at projekt01.ch
Sat Jul 10 18:06:42 EDT 2004
Log message for revision 26409:
Change containerViews to depend on IBTreePrincipalSource interface and not IContainerPrincipalSource.
Otherwise we inherit this views in future implementations of IContainerPrincipalSource.
-=-
Modified: Zope3/branches/roger-ldapauth/src/zope/app/pluggableauth/browser/configure.zcml
===================================================================
--- Zope3/branches/roger-ldapauth/src/zope/app/pluggableauth/browser/configure.zcml 2004-07-10 20:45:08 UTC (rev 26408)
+++ Zope3/branches/roger-ldapauth/src/zope/app/pluggableauth/browser/configure.zcml 2004-07-10 22:06:42 UTC (rev 26409)
@@ -34,7 +34,7 @@
/>
<containerViews
- for="zope.app.pluggableauth.interfaces.IContainerPrincipalSource"
+ for="zope.app.pluggableauth.interfaces.IBTreePrincipalSource"
contents="zope.ManageServices"
add="zope.ManageServices"
/>
More information about the Zope3-Checkins
mailing list