Skip to content

DB Bug: Items added that use boolean columns, end up in 1 of 3 states (true, false, null) #45

@ScriptJunky

Description

@ScriptJunky

A boolean (since it uses a toggle switch) that is not toggled on, should always default to false.
Screenshot 2023-11-12 at 8 46 36 PM

In the screenshot attached, there are 3 boolean columns: Factory Second, Retired, and Bagged.

      - name: factory_second
        displayName: Factory Second?
        type: boolean
      - name: retired
        displayName: Retired?
        type: boolean
      - name: bagged
        displayName: Bagged?
        type: boolean

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