Closed elifoster closed 9 years ago
Should be fixed
I am a sysop and I am unable to remove people from the Translation Reviewer group.
@Telshin You did not fix it http://puu.sh/eaHmn/0d81f03028.png
Alrighty. We'll have to see why the custom groups are still misbehaving. Thanks!
Sent from my iPhone
On Jan 6, 2015, at 6:40 PM, Eli Foster notifications@github.com wrote:
@Telshin You did not fix it http://puu.sh/eaHmn/0d81f03028.png
— Reply to this email directly or view it on GitHub.
The FlaggedRevs code by default limits sysops(Adminstrators) to only add or remove the editor and autoreview groups. Unfortunately this is very over reaching on the part of the FlaggedRevs extension code base since it prevents normal sysop group functionality. We can simply nuke these lines from FlaggedRevs.config.php. Would that be fine?
$wgAddGroups['sysop'][] = 'editor'; // promote to basic reviewer (established editors) $wgRemoveGroups['sysop'][] = 'editor'; // demote from basic reviewer (established editors) $wgAddGroups['sysop'][] = 'autoreview'; // promote to basic auto-reviewer (semi-trusted users) $wgRemoveGroups['sysop'][] = 'autoreview'; // demote from basic auto-reviewer (semi-trusted users)
I'm not sure what this has to do with the Translate extension.
Disregard previous FlaggedRevs comment. The issue should now be completely resolved as of 5 minutes ago.
Indeed it is.
People cannot be removed from the Translation Reviewer group. Sysops should be able to do this.