StoreDown icon indicating copy to clipboard operation
StoreDown copied to clipboard

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

Open ScriptJunky opened this issue 2 years ago • 0 comments

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

ScriptJunky avatar Nov 13 '23 01:11 ScriptJunky