jenkins-bot has submitted this change and it was merged.

Change subject: Update Wikidata OAuth grants
......................................................................


Update Wikidata OAuth grants

change in accordance to Ibec11b1

Bug: 60392
Change-Id: I186e3ade7634a20341d21ab88174b686ebdd8eef
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 11 deletions(-)

Approvals:
  Manybubbles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index b8f6e69..4268384 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2572,18 +2572,10 @@
 
        // Rights needed to interact with wikibase
        $wgMWOAuthGrantPermissions['createeditmovepage']['item-create'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['item-override'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['item-remove'] = true;
+       $wgMWOAuthGrantPermissions['createeditmovepage']['property-create'] = 
true;
+       $wgMWOAuthGrantPermissions['editpage']['item-term'] = true;
        $wgMWOAuthGrantPermissions['editpage']['item-merge'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['alias-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['alias-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['sitelink-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['sitelink-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['linktitles-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['label-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['label-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['description-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['description-update'] = true;
+       $wgMWOAuthGrantPermissions['editpage']['property-term'] = true;
 }
 
 ### End (roughly) of general extensions ########################

-- 
To view, visit https://gerrit.wikimedia.org/r/121086
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I186e3ade7634a20341d21ab88174b686ebdd8eef
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to