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

Change subject: Default ConstraintsImportFromStatements config to true
......................................................................


Default ConstraintsImportFromStatements config to true

We’re going to remove support for constraint templates, so the setting
should default to true. (Later, we can probably remove it completely.)

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

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



diff --git a/extension.json b/extension.json
index fbb4dbf..a26b6a8 100644
--- a/extension.json
+++ b/extension.json
@@ -110,7 +110,7 @@
                        "public": true
                },
                "WBQualityConstraintsEnableConstraintsImportFromStatements": {
-                       "value": false,
+                       "value": true,
                        "description": "Whether to import property constraint 
statements into the constraint database or not.",
                        "public": true
                },

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I82a84b9eed4c64c643868b7ff2e291c74c5ed63d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: WMDE-leszek <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to