Skip to content

Commit

Permalink
Repairing a redirect to go back to the correct ZMI tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Jul 12, 2006
1 parent f1bd884 commit 1855741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZCatalog.py
Expand Up @@ -893,7 +893,7 @@ def manage_setProgress(self, pgthreshold=0, RESPONSE=None, URL1=None):
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'):
Expand Down

0 comments on commit 1855741

Please sign in to comment.