Due to how we store boolean values in MySql the table reads boolean columns as tinyInt. This was the same issue that we ran into with the dynamic form. We would likely need to code the same fix as with the dynamic forms where we allow tinyInt fields to be specified in the spec for conversion to boolean fields.
Tagging @kabilar since he is the one who brought this to my attention.
Due to how we store boolean values in MySql the table reads boolean columns as
tinyInt
. This was the same issue that we ran into with the dynamic form. We would likely need to code the same fix as with the dynamic forms where we allowtinyInt
fields to be specified in the spec for conversion to boolean fields.Tagging @kabilar since he is the one who brought this to my attention.