Rank: Fanatic
Joined: 7/20/2006 Posts: 256 Location: Boston, Massachusetts
|
I've recently been having problems with the true/false datatypes, which I've been using for umbracoNaviHide settings, not holding their value when set. When the field is first set & saved, the radio button shows the selection but when the form is reloaded, the true/false field is empty and the value does not appear to have been stored. When I set the field for a second time, the value is stored, however the radio button does not display as selected.
I also have problems setting these fields with action handlers.
Anyone else have this issue lately and perhaps a fix?
Thanks, Tom
|
Rank: Fanatic
Joined: 7/20/2006 Posts: 256 Location: Boston, Massachusetts
|
Has anyone else had issues with the true/false data type?
|
Rank: Fanatic
Joined: 7/20/2006 Posts: 256 Location: Boston, Massachusetts
|
I looked into this again (I'd thought perhaps upgrading to 3.0.5 would solve my problem, but it turns out to be unrelated to the version). The actual problem is caused by using CSS Control Adapters. I used them to generate some nicer radiobutton lists and that is what's breaking the true/false datatypes in the editor (specifically, the CSSFriendly.RadioButtonListAdapter). I still don't have a way to disable the control adapters for the umbraco editor, but I'll post a follow up if I find one.
Anyone else use CSS Control Adapters with Umbraco?
Thanks, Tom
|