# Opening /admin/users/list in a new tab fails

**URL:** https://meta.discourse.org/t/opening-admin-users-list-in-a-new-tab-fails/61686
**Category:** Bug
**Created:** [4월 27, 2017, 1:09오전 UTC](https://meta.discourse.org/t/opening-admin-users-list-in-a-new-tab-fails/61686 "2017-04-27T01:09:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [4월 27, 2017, 1:09오전 UTC](https://meta.discourse.org/t/opening-admin-users-list-in-a-new-tab-fails/61686/1 "2017-04-27T01:09:40Z")

</div>

In /admin, clicking on `Users` routes to `/admin/users/list/active`. However, the `href` value is `/admin/users/list` which is not valid if opened in a new tab. I looking into adding a PR, but it seems the value comes from [a route map](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/admin/routes/admin-route-map.js.es6) and the value is needed without `/active` elsewhere. Is another route the solution here, or is there a better way to resolve this?

---

<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: [4월 27, 2017, 2:07오전 UTC](https://meta.discourse.org/t/opening-admin-users-list-in-a-new-tab-fails/61686/2 "2017-04-27T02:07:48Z")

</div>

Probably a bug cc @eviltrout

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [4월 27, 2017, 3:06오전 UTC](https://meta.discourse.org/t/opening-admin-users-list-in-a-new-tab-fails/61686/3 "2017-04-27T03:06:52Z")

</div>

I’ve been bitten by this bug before. Fixed via:

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

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [4월 27, 2017, 3:30오전 UTC](https://meta.discourse.org/t/opening-admin-users-list-in-a-new-tab-fails/61686/4 "2017-04-27T03:30:38Z")

</div>


