Checkboxlist w/multiple selection Umbraco 6.0 Property Missing Data
I've run across an issue that does not seem to match the documents and examples located here on the site and in the forums.
I've setup a new datatype of Checkboxlist (using nvarchar). This datatype has about 24 prevalues. When creating the content item, I select one or more of the items in this checkboxlist. If I check one and only one item, save and publish, umbraco config populates correctly with :
Also having the same problem. When I select multiple items (the reaseon why I chose for CheckboxList) the property in umbraco.config is empty. Is there a woraround or soloution?
Checkboxlist w/multiple selection Umbraco 6.0 Property Missing Data
I've run across an issue that does not seem to match the documents and examples located here on the site and in the forums.
I've setup a new datatype of Checkboxlist (using nvarchar). This datatype has about 24 prevalues. When creating the content item, I select one or more of the items in this checkboxlist. If I check one and only one item, save and publish, umbraco config populates correctly with :
<subjectCategories><![CDATA[History]]></subjectCategories>
and the database table cmsPropertyData, dataNvarchar column for that contentNode shows - 25
If I check more than one item umbraco.config saves empty with:
<subjectCategories><![CDATA[]]></subjectCategories>
However, the database table cmsPropertyData, dataNvarchar for that contentNode shows there are more than one - 25,29,30,31,34,70
Shouldn't the umbraco.config show all my prevalues selected comma delimited? Do I have to access this some other way?
Having the same problem. Any update?
No updates, but after more digging, it looks like we're not alone: http://issues.umbraco.org/issues?q=Checkboxlist
Also having the same problem. When I select multiple items (the reaseon why I chose for CheckboxList) the property in umbraco.config is empty.
Is there a woraround or soloution?
I'm using umbraco 4.11.5!!
This is a known bug in 6.0.2 and 4.11.5. If you upgrade to the latest version this will be fixed.
More information here : http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/39846-Help-Output-checkbox-list-values-
Issue here : http://issues.umbraco.org/issue/U4-1882
Dave
I forgot to mention.
Upgrading was the solution, thanks
is working on a reply...