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

       Web browser: ---
            Bug ID: 48903
           Summary: Enable api to parse foo[]=a&foo[]=b as foo=a|b
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

as mv.Api.post() renders {foo:['a','b']} as foo[]=a&foo[]=b, either the API
should allow those alternative, or the JavaScript function should change to
have special logic to handle api specific syntax so people doesn't have to type
foo: 'a|b' manually. (complex cases might warrant dynamic props variable for
example)

-- 
You are receiving this mail because:
You are the assignee for the bug.
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