Commit bedd9853 authored by Stefan H. Holek's avatar Stefan H. Holek

Repairing a redirect to go back to the correct ZMI tab.

parent 77d68025
......@@ -911,7 +911,7 @@ class ZCatalog(Folder, Persistent, Implicit):
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'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment