Loading lib/galaxy/webapps/base/webapp.py +4 −0 Original line number Diff line number Diff line Loading @@ -932,6 +932,10 @@ class GalaxyWebTransaction(base.DefaultWebTransaction, context.ProvidesHistoryCo self.set_history(history) return history # Don't create new history if login required and user is anonymous if self.app.config.require_login and not self.user: return None # No suitable history found, create a new one. return self.new_history() Loading Loading
lib/galaxy/webapps/base/webapp.py +4 −0 Original line number Diff line number Diff line Loading @@ -932,6 +932,10 @@ class GalaxyWebTransaction(base.DefaultWebTransaction, context.ProvidesHistoryCo self.set_history(history) return history # Don't create new history if login required and user is anonymous if self.app.config.require_login and not self.user: return None # No suitable history found, create a new one. return self.new_history() Loading