1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/aec9599cfcbf/ Changeset: aec9599cfcbf User: martenson Date: 2013-09-24 20:14:05 Summary: check only for galaxy webapp Affected #: 1 file diff -r ff45728abdd18e302667b06203ee524ded495ba9 -r aec9599cfcbfb1f759aa5800800b390fdb82596b templates/base/base_panels.mako --- a/templates/base/base_panels.mako +++ b/templates/base/base_panels.mako @@ -5,7 +5,7 @@ self.has_right_panel = hasattr( self, 'right_panel' ) self.message_box_visible = app.config.message_box_visible self.show_inactivity_warning = False - if trans.user: + if trans.webapp.name == 'galaxy' and trans.user: self.show_inactivity_warning = ( ( trans.user.active is False ) and ( app.config.user_activation_on ) and ( app.config.inactivity_box_content is not None ) ) self.overlay_visible=False self.active_view=None 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.