Lucas_Werkmeister_WMDE added a comment.

  Easy enough to fix:
  
    diff --git a/src/Wikibase/Hooks/EntitySchemaValue.php 
b/src/Wikibase/Hooks/EntitySchemaValue.php
    index ce125cc09e..14fa85bc05 100644
    --- a/src/Wikibase/Hooks/EntitySchemaValue.php
    +++ b/src/Wikibase/Hooks/EntitySchemaValue.php
    @@ -39,7 +39,10 @@ public function getValue() {
        }
     
        public function getArrayValue(): array {
    -           return [ 'id' => $this->id->getId() ];
    +           return [
    +                   'id' => $this->id->getId(),
    +                   'type' => 'entityschema',
    +           ];
        }
     
        public function getSchemaId(): string {

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Arian_Bozorg, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, pdehaye, Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, MisterSynergy, abian, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to