[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/index/text - configure.zcml:1.3
Guido van Rossum
guido@python.org
Wed, 4 Dec 2002 16:38:02 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/index/text
In directory cvs.zope.org:/tmp/cvs-serv14205
Modified Files:
configure.zcml
Log Message:
Make the query attribute callable from a page template with Zope.View
permission.
=== Zope3/lib/python/Zope/App/index/text/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/index/text/configure.zcml:1.2 Wed Dec 4 14:04:50 2002
+++ Zope3/lib/python/Zope/App/index/text/configure.zcml Wed Dec 4 16:38:02 2002
@@ -8,6 +8,7 @@
<require
permission="Zope.ManageServices"
interface=".interfaces.IUITextIndex"
+ attributes="query"
/>
<factory