FIX: Redirect users to top when latest is the homepage

This commit is contained in:
David Taylor
2018-10-05 12:04:48 +01:00
parent 9bf522f227
commit 75488257c5
4 changed files with 42 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ export default Discourse.Route.extend(OpenComposer, {
beforeModel(transition) {
if (
(transition.intent.url === "/" ||
transition.intent.url === "/latest" ||
transition.intent.url === "/categories") &&
transition.targetName.indexOf("discovery.top") === -1 &&
Discourse.User.currentProp("should_be_redirected_to_top")