Skip to content

Commit

Permalink
Create new history if user has no history AND for anonymous users
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Mar 20, 2024
1 parent 65d127a commit ee260f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/webapps/base/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,8 @@ def get_or_create_default_history(self):
self.set_history(history)
else:
history = self.new_history()
else:
history = self.new_history()

return history

Expand Down

0 comments on commit ee260f8

Please sign in to comment.