[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pas/configure.zcml
Need this interface declaration for now for the PAS Edit view
to work.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Oct 12 03:55:21 EDT 2004
Log message for revision 27983:
Need this interface declaration for now for the PAS Edit view to work.
Changed:
U Zope3/trunk/src/zope/app/pas/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/pas/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/pas/configure.zcml 2004-10-12 07:52:49 UTC (rev 27982)
+++ Zope3/trunk/src/zope/app/pas/configure.zcml 2004-10-12 07:55:19 UTC (rev 27983)
@@ -4,6 +4,8 @@
i18n_domain="zope"
>
+ <interface interface=".interfaces.IPrincipalSearchPlugin" />
+
<localService class=".LocalPAS">
<require
permission="zope.ManageServices"
More information about the Zope3-Checkins
mailing list