When I add a "list" property to the SortableColumns in my objectAdmin and that property has a default value, I can't clear the filter form after using it.
Note that my default is "0", i.e. "No". When I perform a filter on the dashboard but then want to clear the form, it won't clear and my "bShowOnHomepage" is set to "0"
Environment
ColdFusion 8 (developer)
Mac OSX
Apache 2+
MySQL 5
When I add a "list" property to the SortableColumns in my objectAdmin and that property has a default value, I can't clear the filter form after using it.
E.g. I have a radio button formtool:
<cfproperty ftSeq="3" ftFieldset="Basic Details" name="bShowOnHomepage" type="string" required="false" default="0" ftLabel="Display on homepage?" ftType="list" ftRenderType="radio" ftList="0:No,1:Yes">
Note that my default is "0", i.e. "No". When I perform a filter on the dashboard but then want to clear the form, it won't clear and my "bShowOnHomepage" is set to "0"