[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex - TopicIndex.py:1.9.30.1

Andreas Jung andreas@andreas-jung.com
Sun, 17 Nov 2002 06:10:22 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex
In directory cvs.zope.org:/tmp/cvs-serv19659/TopicIndex

Modified Files:
      Tag: ajung-oneindex-multipleattributes-branch
	TopicIndex.py 
Log Message:
added getIndexSourceNames()


=== Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py 1.9 => 1.9.30.1 ===
--- Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py:1.9	Wed Aug 14 18:19:34 2002
+++ Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py	Sun Nov 17 06:10:22 2002
@@ -207,6 +207,10 @@
             RESPONSE.redirect(URL1+'/manage_workspace?'
             'manage_tabs_message=FilteredSet(s)%20updated')
 
+    def getIndexSourceNames(self):
+        """ return names of indexed attributes """
+        return ('n/a',)
+    
 
     def manage_clearFilteredSet(self, filterIds=[], URL1=None, \
             REQUEST=None,RESPONSE=None):