Copied to clipboard

Flag this post as spam?

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


  • Adam 3 posts 73 karma points
    Mar 07, 2019 @ 12:54
    Adam
    0

    Courier not moving selected values drop down list - Umbraco.DropDown.Flexible

    When importing content into another environment via Courier the selected values in our drop downs are not been transferred.

    The data type we are using Umbraco.DropDown.Flexible.

    This is a similar issue to https://our.umbraco.com/forum/using-umbraco-and-getting-started/93513-pushing-content-clears-out-any-value-in-umbracodropdownflexible which relates to Umbraco Deploy.

  • Carlos Gomes 38 posts 184 karma points
    Mar 07, 2019 @ 22:35
    Carlos Gomes
    0

    Hi Adam,

    We are facing the same issues in our clients environments. It seems that the courier doesn't pass the dropdown values between environments.

  • Steve Milligan 5 posts 85 karma points
    Oct 07, 2019 @ 07:38
    Steve Milligan
    0

    Probably too late with an answer, but update the config/courier.config file:

    Change the line

    <add key="DropDown">Umbraco.DropDown</add>
    

    to

    <add key="DropDown">Umbraco.DropDown.Flexible</add>
    
  • Adam 3 posts 73 karma points
    Nov 29, 2019 @ 10:06
    Adam
    0

    Hi,

    Thanks for your suggestion.

    That worked in general however we still getting the same issue when the drop down is in nested content control.

    Maybe this is not supported at the moment,

  • Thomas Attwood 1 post 71 karma points
    Mar 04, 2020 @ 15:47
    Thomas Attwood
    0

    Hi Steve,

    Thanks for the answer. That has worked for our content at page level but has not resolved our issues with nested content. Do you know of anything we can do to resolve this?

    Many thanks in advance for your time.

    Tom.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Mar 04, 2020 @ 15:58
    Dennis Aaen
    0

    Hi Tom

    Just want to check with you if you have this package installed at your Umbraco installations where you have Courier installed

    https://github.com/umbraco/Umbraco.Courier.Contrib/blob/dev/README.md

    /Dennis

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Mar 04, 2020 @ 16:06
    Dennis Aaen
    0

    Hi Tom,

    Also, I just found this issue on the tracker for Courier https://github.com/umbraco/Umbraco.Courier.Issues/issues/9 could also be this that you have hit into.

    /Dennis

  • 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