jenkins-bot has submitted this change and it was merged. ( 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(-) Approvals: Thcipriani: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index e727c32..e8248f3 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -640,6 +640,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: merged Gerrit-Change-Id: I023bde187d9ef52c9c4f0ebd6feb9f9e07efd0f4 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: MarcoAurelio <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Thcipriani <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
