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

**URL:** https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008
**Category:** Bug
**Created:** [2015年三月5日 08:02 UTC](https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008 "2015-03-05T08:02:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![dandv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dandv/32/169779_2.png) [@dandv](https://meta.discourse.org/u/dandv)
#### Post date: [2015年三月5日 08:02 UTC](https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008/1 "2015-03-05T08:02:03Z")

</div>

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

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015年三月5日 08:28 UTC](https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008/2 "2015-03-05T08:28:33Z")

</div>

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..

---

<div class="post-metadata">

### Author: ![dandv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dandv/32/169779_2.png) [@dandv](https://meta.discourse.org/u/dandv)
#### Post date: [2015年三月5日 08:38 UTC](https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008/3 "2015-03-05T08:38:45Z")

</div>

I have a knack for running into [bugs](http://wiki.dandascalescu.com/bugs).

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

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2015年三月5日 10:13 UTC](https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008/4 "2015-03-05T10:13:26Z")

</div>

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

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [2015年三月5日 21:15 UTC](https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008/5 "2015-03-05T21:15:15Z")

</div>

It was an easy fix:

[https://github.com/discourse/discourse/commit/e63a24a08a91cf4319b0b0b4036e3c7639c0fe4d](https://github.com/discourse/discourse/commit/e63a24a08a91cf4319b0b0b4036e3c7639c0fe4d)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015年三月5日 21:17 UTC](https://meta.discourse.org/t/navigation-flow-issue-going-back-from-admin-users-lands-at/26008/6 "2015-03-05T21:17:31Z")

</div>


