[zopeorg-checkins] CVS: Products/DateIndexes - __init__.py:1.4

Martijn Pieters mj at zope.com
Mon Mar 11 15:21:13 EST 2002


Update of /cvs-zopeorg/Products/DateIndexes
In directory cvs.zope.org:/tmp/cvs-serv25044

Modified Files:
	__init__.py 
Log Message:
Make the indexes invisible to normal folders; they can now only be seen in the
Indexes add list of a Catalog.



=== Products/DateIndexes/__init__.py 1.3 => 1.4 ===
                          , permission='Add Pluggable Index'
                          , icon='www/index.gif'
+                         , visibility=None
                          )
 
     context.registerClass( DateIndex.DateIndex
@@ -27,4 +28,5 @@
                                         , DateIndex.manage_addDateIndex
                                         )
                          , icon='www/index.gif'
+                         , visibility=None
                          )





More information about the zopeorg-checkins mailing list