1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/337605f6b630/ changeset: r5484:337605f6b630 user: natefoo date: 2011-04-29 16:37:59 summary: When using a logout href, load that link at _top, not in the galaxy_main panel. affected #: 1 file (7 bytes)
--- a/templates/webapps/galaxy/base_panels.mako Fri Apr 29 10:35:42 2011 -0400 +++ b/templates/webapps/galaxy/base_panels.mako Fri Apr 29 10:37:59 2011 -0400 @@ -132,7 +132,7 @@ menu_options = [ [ '<li>Logged in as <span id="user-email">%s</span></li>' % email ] ] if app.config.use_remote_user: if app.config.remote_user_logout_href: - menu_options.append( [ 'Logout', app.config.remote_user_logout_href, "galaxy_main" ] ) + menu_options.append( [ 'Logout', app.config.remote_user_logout_href, "_top" ] ) else: menu_options.append( [ 'Preferences', h.url_for( controller='/user', action='index', cntrller='user' ), "galaxy_main" ] ) if app.config.get_bool( 'enable_tracks', False ):
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org