MarcoAurelio has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/341193 )
Change subject: Add 'flow-create-board' to CommonSettings.php for global groups ...................................................................... Add 'flow-create-board' to CommonSettings.php for global groups Flow has been removed from Meta-Wiki. Re-adding 'flow-create-board' right so it is avalaible to be managed on CentralAuth global groups by stewards. Change-Id: I023bde187d9ef52c9c4f0ebd6feb9f9e07efd0f4 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/93/341193/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 0b083d3..45eae2a 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -641,6 +641,7 @@ $wgGrantPermissions['createaccount']['tboverride-account'] = true; // Adding Flow's rights so that they are available for global groups/staff rights +$wgAvailableRights[] = 'flow-create-board'; $wgAvailableRights[] = 'flow-edit-post'; $wgAvailableRights[] = 'flow-suppress'; $wgAvailableRights[] = 'flow-hide'; -- To view, visit https://gerrit.wikimedia.org/r/341193 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I023bde187d9ef52c9c4f0ebd6feb9f9e07efd0f4 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: MarcoAurelio <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
