You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing a work-around for this, especially in chrome with our network error view which is similar...I'll backport it to Exceptional ASAP if the lag's not too bad.
Fixes Issue #11, when going back to the error list after deleting errors
various browsers bfcaches are not behaving properly with the AJAX
interactions. Don't allow browsers to cache the content of this page to
break that bad behavior.
I pushed the Cache-Control:no-cache, no-store header changes to the error list, since browsers aren't handling their bfcaches correctly here (with respect to the AJAX changes). This should prevent the error list being cached in all browsers.
If I'm deleting some error from list and press go back, it it still there, could we force anyhow to refresh list on going back?
The text was updated successfully, but these errors were encountered: