Skip to content

Commit

Permalink
Associate default history with session when creating a new session
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 27, 2024
1 parent 51ee56e commit 85630e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/webapps/base/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ def _ensure_valid_session(self, session_cookie: str, create: bool = True) -> Non
galaxy_session = self.__create_new_session(prev_galaxy_session, user_for_new_session)
galaxy_session_requires_flush = True
self.galaxy_session = galaxy_session
self.get_or_create_default_history()
self.__update_session_cookie(name=session_cookie)
else:
self.galaxy_session = galaxy_session
Expand Down

0 comments on commit 85630e2

Please sign in to comment.