jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/403207 )

Change subject: Remove detail fields from API response by default
......................................................................


Remove detail fields from API response by default

This option has been set to false on Wikimedia wikis since
mediawiki-config commit e4c63ff9cd (change I32d679cd5c). Let’s make that
the default so we can remove the specific config from mediawiki-config
again at some point.

Bug: T180614
Change-Id: I1d8460aa277b45f3872d5cde82c31277af278592
---
M extension.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Kreuz (WMDE): Looks good to me, approved



diff --git a/extension.json b/extension.json
index 7e5c26b..8f5a3df 100644
--- a/extension.json
+++ b/extension.json
@@ -169,7 +169,7 @@
                        "public": true
                },
                "WBQualityConstraintsIncludeDetailInApi": {
-                       "value": true,
+                       "value": false,
                        "description": "Whether to include the 'detail' and 
'detailHTML' fields in the response of the wbcheckconstraints API action.",
                        "public": true
                },

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1d8460aa277b45f3872d5cde82c31277af278592
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Kreuz (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to