Unverified Commit dc145ed4 authored by mvdbeek's avatar mvdbeek
Browse files

Merge branch 'release_23.2' into release_24.0

parents 7867b69f bd4a5293
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -947,6 +947,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()