graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

Fix back button behaviour #1594

Closed edmundoa closed 9 years ago

edmundoa commented 9 years ago

When performing searches, keep only a single item in the browser history per page load. That is achieved by using window.location.replace instead of window.location.hash.

Also fix problems with back button on the sources tab. We need to change how the SearchStore interacts with the URL in there, but that is a story for another day :)

Fixes #1404.

bernd commented 9 years ago

LGTM :+1: