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

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 and the value is needed without /active elsewhere. Is another route the solution here, or is there a better way to resolve this?

4 Likes

Probably a bug cc @eviltrout

2 Likes

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

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

6 Likes