Back button history not properly working

This should do it:

https://github.com/discourse/discourse/commit/de6edf9e4e5675db0e4bf13000402ec60ae01cd3

I was surprised to find this did not have to do with recent changes to the history, but was in fact caused by a new willTransition added in a recently merged commit.

I guess we should always remember to return true in willTransition methods!

10 Likes