[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - configure.zcml:1.10

Anthony Baxter anthony at interlink.com.au
Tue Aug 5 08:35:00 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv20088/app/index/text

Modified Files:
	configure.zcml 
Log Message:
Provide basic TTW editing of (Keyword,Field,Text)Catalog indexes, allowing
you to change the interface and field names.


=== Zope3/src/zope/app/index/text/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/index/text/configure.zcml:1.9	Mon Jul 14 04:31:16 2003
+++ Zope3/src/zope/app/index/text/configure.zcml	Tue Aug  5 07:34:54 2003
@@ -25,6 +25,10 @@
       interface="zope.app.interfaces.index.text.IUITextCatalogIndex"
       attributes="query"
       />
+  <require
+      permission="zope.ManageContent"
+      set_schema="zope.app.interfaces.index.text.IUITextCatalogIndex"
+      />
 
   <factory
       id="zope.app.index.text.TextCatalogIndex"
@@ -35,6 +39,8 @@
       />
 
 </content>
+
+
 
 
 <adapter




More information about the Zope3-Checkins mailing list