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

            Bug ID: 69170
           Summary: EntityIdInput.js refers to local mw.util.wikiScript(
                    'api' ), need to refer Wikidata API
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: WikidataClient
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
       Web browser: ---
   Mobile Platform: ---

On calling from ruwiki EntityIdSelector calls to local API instead of Wikidata
API. Possible source of error is line 42 of EntityIdSelector:

41: $input.entityselector( {
42:     url: mw.util.wikiScript( 'api' ),
43:     selectOnAutocomplete: true
44: } );

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

Reply via email to