Copied to clipboard

Flag this post as spam?

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


  • David 32 posts 52 karma points
    Jan 11, 2013 @ 15:29
    David
    0

    DropDownList.cshtml

     @if (Model.ContainsValue(pv.Value)){selected="selected"}
    

    should be

     @if (Model.ContainsValue(pv.Id)){selected="selected"}
    

    When navigating back to a page the value is not selected when using Value.

  • Comment author was deleted

    Jan 11, 2013 @ 15:31

    Added to our issue tracker, will get updated on next maintenance release, thanks for reporting :)

  • Comment author was deleted

    Jan 11, 2013 @ 15:32

    Here is the link to the issue btw http://issues.umbraco.org/issue/CON-211

  • David 32 posts 52 karma points
    Jan 11, 2013 @ 15:36
    David
    0

    Thanks, keep up the good work!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies