Skip to content

Make query parameter display consistent #403

@mitchhentges

Description

@mitchhentges

Since there is no official spec on how ?property=a&property=b&property[]=c&property[1]=d should be represented as query parameters, we shouldn't attempt to parse the parameters as a list.
Instead, we should just list each property as-is:

property: a
property: b
property[]: c
property[1]: d

(original ticket)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions