opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.51k stars 827 forks source link

"Clear visible errors" from search redirects to wrong place #257

Closed AdamMaras closed 7 years ago

AdamMaras commented 7 years ago

Steps to reproduce:

  1. Select a specific app in the Exceptions view
  2. Search for exceptions from that app using the top search bar
  3. Click "Clear visible errors"

Expected behavior:

After clearing the errors, Opserver redirects to the Exceptions view filtered to the app that was previously selected.

Actual behavior:

After clearing the errors, Opserver redirects to /exceptions and all apps' exceptions are shown.

NickCraver commented 7 years ago

Fix is in cbe47afe347b6015d065f11296a9486f9bf014d2 (as well as a few related cases) - thanks!