Hi,
We just encountered an peculiar situation after upgrading from 7.1.4 to 7.2.4. We defined an enum field with 6 values but did not select a default value. In version 7.1.4, when we created a record, this enum field value defaults to "none" but in 7.2.4 the value defaults to the first enum value. Is this how it is suppose to work?
Actually we have a special value of space in the list of enum values but the system does not allow us to set this value as a default. How do we force the default value to "none"?
We just encountered an peculiar situation after upgrading from 7.1.4 to 7.2.4. We defined an enum field with 6 values but did not select a default value. In version 7.1.4, when we created a record, this enum field value defaults to "none" but in 7.2.4 the value defaults to the first enum value. Is this how it is suppose to work?
Actually we have a special value of space in the list of enum values but the system does not allow us to set this value as a default. How do we force the default value to "none"?
Comment