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

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

-=-
Modified: Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py 2006-07-12 
13:10:01 UTC (rev 69101)
+++ Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py 2006-07-12 
13:10:28 UTC (rev 69102)
@@ -893,7 +893,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'):

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to