Quote:
Originally Posted by toomuchreading
I don't have undefined available to me. I just have the green check and the red x available.
It looks like, even though I don't go the custom field tab, everything no matter what, unless I change it to green check is set to red check.
|
The only way that can happen is if you changed the tweak
bool_custom_columns_are_tristate = 'yes'
to be
bool_custom_columns_are_tristate = 'no'
I confirm that the bug exists when the tweak is set to no. I will look at fixing it. In the meantime, the workaround is to change the tweak back to 'yes', but that will have the side effect of permitting boolean columns to be Yes/No/empty instead of just Yes/No.