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

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py      
2006-07-12 10:17:49 UTC (rev 69099)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py      
2006-07-12 13:09:46 UTC (rev 69100)
@@ -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'):

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

Reply via email to