Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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.
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>
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,
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.
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
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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.
Probably too late with an answer, but update the config/courier.config file:
Change the line
to
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,
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.
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
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
is working on a reply...