https://bugzilla.wikimedia.org/show_bug.cgi?id=56673

       Web browser: ---
            Bug ID: 56673
           Summary: UnUnserilizableValue throws Not implemented yet error
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikidataRepo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

UnUnserilizableValue throws Not implemented yet error.

Can reproduce by adding a ref to a claim using the following json.
This results in no claims being displayed and no js being run below claims
(i.e. sitelinks)

{
   "P12":[
      {
         "snaktype":"value",
         "property":"P12",
         "datavalue":{
            "value":{
               "entity-type":"item",
               "numeric-id":2
            },
            "type":"wikibase-entityid"
         }
      }
   ],
   "P4":[
      {
         "snaktype":"value",
         "property":"P4",
         "datavalue":{
            "value":"106003204",
            "type":"string"
         }
      }
   ],
   "P5":[
      {
         "snaktype":"value",
         "property":"P5",
         "datavalue":{
            "value":{
               "time":"+00000002013-10-05T00:00:00Z",
               "timezone":0,
               "before":0,
               "after":0,
               "precision":11,
               "calendarmodel":"http://www.wikidata.org/entity/Q2";
            },
            "type":"time"
         }
      }
   ]
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to