Page MenuHomePhabricator

Links on [[Special:GlobalUsers]] are pointing to [[Special:ListUsers]]
Closed, ResolvedPublic

Description

Author: quentinv57

Description:
Hello.

There is a problem with the special page [[Special:GlobalUsers]].

Most of the links on this page, and the form, do not point to [[Special:GlobalUsers]] but to [[Special:ListUsers]].

For example, if I go to [[Special:GlobalUsers]] and I want to see which accounts are part of the group "Global bots", it redirects me to the following page :
http://meta.wikimedia.org/w/index.php?title=Special%3AListUsers&username=&group=Global_bot&limit=50
instead of :
http://meta.wikimedia.org/w/index.php?title=Special%3AGlobalUsers&username=&group=Global_bot&limit=50

It is a bit problematic, as this minor problem displays that there is no account on the global group "global bots"... and it should not take a lot of time to fix.

Thanks and good luck.


Version: unspecified
Severity: normal

Details

Reference
bz32278

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:06 AM
bzimport set Reference to bz32278.
bzimport added a subscriber: Unknown Object (MLST).

I'm guessing some/part/all of the problem is from:

class GlobalUsersPager extends UsersPager {

  • This bug has been marked as a duplicate of bug 31638 ***