Smalyshev added a comment.

  @Igorkim78 looks like the patch is buggy. This query:
  
    SELECT DISTINCT ?auth ?authItemLabel ?desc ?linkPattern ?countryLabel 
?remoteID WHERE 
    {
       ?authItem wdt:P31 ?authTypes; schema:description ?desc; wdt:P1630 
?linkPattern; wikibase:directClaim ?auth . 
      OPTIONAL { ?authItem wdt:P17 ?country. }
      wd:Q7561898 ?auth ?remoteID . 
      FILTER((LANG(?desc)) = "en") 
      FILTER(?authTypes IN (wd:Q19595382, wd:Q21745557, wd:Q55653847)) 
      SERVICE wikibase:label { bd:serviceParam wikibase:language 
"[AUTO_LANGUAGE],en". }
    } 
    ORDER BY ?countryLabel
  
  produces empty `countryLabel` for new code but some non-empty ones for old 
code.

TASK DETAIL
  https://phabricator.wikimedia.org/T175840

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Igorkim78, Smalyshev
Cc: Smalyshev, Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, ET4Eva, 
Nandana, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Avner, Gehel, _jensen, rosalieper, Cirdan, Jonas, FloNight, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to