Lucas Werkmeister (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/367028 )

Change subject: Fix capitalization of claimid example
......................................................................

Fix capitalization of claimid example

In this legacy statement ID on Wikidata, the Q is lowercase.

Bug: T165020
Change-Id: Iab2ba89c6da4e570554cf841d896ebd94118dd05
---
M api/CheckConstraints.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityConstraints
 refs/changes/28/367028/1

diff --git a/api/CheckConstraints.php b/api/CheckConstraints.php
index 3516b6e..6715bba 100644
--- a/api/CheckConstraints.php
+++ b/api/CheckConstraints.php
@@ -408,7 +408,7 @@
                return [
                        'action=wbcheckconstraints&id=Q5|Q42'
                                => 'apihelp-wbcheckconstraints-example-1',
-                       
'action=wbcheckconstraints&claimid=Q42%248419C20C-8EF8-4EC0-80D6-AF1CA55E7557'
+                       
'action=wbcheckconstraints&claimid=q42%248419C20C-8EF8-4EC0-80D6-AF1CA55E7557'
                                => 'apihelp-wbcheckconstraints-example-2'
                        // TODO add more examples, at least one for the 
constraintid parameter
                ];

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab2ba89c6da4e570554cf841d896ebd94118dd05
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>

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

Reply via email to