Skip to content

Can't set negative state for boolean filter! #3

@ConfusedVorlon

Description

@ConfusedVorlon
  1. have a boolean filter

FILTER_ATTRIBUTES = [
:paid,
].freeze

  1. set paid to 'true' in the filter (Apply Filter)

it filters to paid=1

  1. set paid to false in the filter (Apply Filter)

filtering is still stuck at paid = 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions