Commit 1fdbb121 authored by Marius van den Beek's avatar Marius van den Beek Committed by Matthias Bernt
Browse files

Create new history if user has no history AND for anonymous users

parent c2904121
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -938,6 +938,8 @@ class GalaxyWebTransaction(base.DefaultWebTransaction, context.ProvidesHistoryCo
                self.set_history(history)
            else:
                history = self.new_history()
        else:
            history = self.new_history()

        return history