Uploaded image for project: 'Nuxeo JS Client'
  1. Nuxeo JS Client
  2. NXJS-69

Keep the query parameters ordered

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.0.0, 2.0.0
    • Component/s: Browser, Node.js

      Description

      When doing a request with an Array as a query parameter, the order of the array is not kept in the URL.

      ...
        .queryParams({ params: [1, 2, 3] })
      ...
      

      produces the following:

      ...&params=3&params=2&params=1...
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: