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.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 11, 2013 @ 15:31
    Tim Geyssens
    0

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

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 11, 2013 @ 15:32
    Tim Geyssens
    0

    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