Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Aaron 2 posts 23 karma points
    Mar 11, 2013 @ 22:50
    Aaron
    1

    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?

  • martin uhe 7 posts 27 karma points
    Mar 14, 2013 @ 22:32
    martin uhe
    0

    Having the same problem. Any update?

  • Aaron 2 posts 23 karma points
    Mar 15, 2013 @ 03:03
    Aaron
    0

    No updates, but after more digging, it looks like we're not alone: http://issues.umbraco.org/issues?q=Checkboxlist

  • Robbie van den Hoven 36 posts 181 karma points
    Apr 09, 2013 @ 08:59
    Robbie van den Hoven
    0

    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!!

     

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Apr 09, 2013 @ 09:10
    Dave Woestenborghs
    1

    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

  • Robbie van den Hoven 36 posts 181 karma points
    Apr 16, 2013 @ 14:12
    Robbie van den Hoven
    0

    I forgot to mention.

    Upgrading was the solution, thanks

Please Sign in or register to post replies

Write your reply to:

Draft