Skip to content

Commit

Permalink
Fix url for global operation
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 4, 2017
1 parent 323bc3d commit 84218e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1980,8 +1980,8 @@ def view_tool_metadata(self, trans, repository_id, tool_id, **kwd):
@web.require_admin
def update_tool_shed_status_for_installed_repository(self, trans, **kwd):
message, status = repository_util.check_for_updates(trans.app, trans.install_model, kwd.get('id', None))
return trans.response.send_redirect(web.url_for(controller='admin_toolshed',
action='browse_repositories',
return trans.response.send_redirect(web.url_for(controller='admin',
action='repositories',
message=message,
status=status))

Expand Down

0 comments on commit 84218e3

Please sign in to comment.