[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py Repairing a redirect to go back to the correct ZMI tab.

Stefan H. Holek stefan at epy.co.at
Wed Jul 12 09:10:03 EDT 2006


Log message for revision 69101:
  Repairing a redirect to go back to the correct ZMI tab.
  

Changed:
  U   Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py

-=-
Modified: Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py	2006-07-12 13:09:46 UTC (rev 69100)
+++ Zope/branches/2.9/lib/python/Products/ZCatalog/ZCatalog.py	2006-07-12 13:10:01 UTC (rev 69101)
@@ -911,7 +911,7 @@
         self.pgthreshold = pgthreshold
         if RESPONSE:
             RESPONSE.redirect(
-                URL1 + '/manage_main?manage_tabs_message=Catalog%20Changed')
+                URL1 + '/manage_catalogAdvanced?manage_tabs_message=Catalog%20Changed')
 
     def _getProgressThreshold(self):
         if not hasattr(self, 'pgthreshold'):



More information about the Zope-Checkins mailing list