Skip to content

desc query string arg incorrectly preserved when setting filters #1761

@ibushong

Description

@ibushong

If you do descending order on a column, the URL will have ?desc=1. If you then apply a filter, this part of the url becomes desc=True, which breaks the ViewArgs parsing, resulting in the sorting going back to ascending.

One possible fix (I think..) is to remove the bool casting of the sort_desc argument to ViewArgs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions