Navigation flow issue: going back from Admin -> Users lands at /

  1. Go to /admin
  2. Click “Users”
  3. Press the browser Back button

Expected result: landing on the Dashboard page
Actual result: landing on the root page

1 Like

I see your point, but I never thought about it, and you’re the first person to ever bring it up in 2 years of us being a public project.

Hard to see that as unexpected, if nobody else is saying it is…

I have a knack for running into bugs.

Reason I think it’s unexpected is that going Back from every other tab except Users, lands properly in the Admin Dashboard.

It is not intentional sounds like an Ember routing bug @eviltrout

It was an easy fix:

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

4 Likes