Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ScriptJunky opened this issue Nov 13, 2023 · 0 comments

Comments

@ScriptJunky
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant