Dashboard has wrong links for member trust levels

The dashboard has a panel showing the counts of users at level 0, 1, 2 and 3, with links to the respective user lists. I’m sure this used to be right, but in my instance now (2.8.0beta2) I have links to
/admin/users/list/new%20user which should be /admin/users/list/new
and
/admin/users/list/basic%20user which should be /admin/users/list/basic

These bad links do produce lists of users, but both show the same list, which is I think the New user list. The head of the list is headed by “[en.admin.users.titles.new user]” or “[en.admin.users.titles.basic user]” respectively, which seems like an internal name.

1 Like

The above PR should fix the problem.

3 Likes

This topic was automatically closed after 35 hours. New replies are no longer allowed.