Umbraco.DropDown.Flexible not saving within Nested Content
Umbraco Version: 7.10.4
Any dropdowns of type, Umbraco.DropDown.Flexible used within Nested Content, do not persist a value. I have looked at the IPublishedContent.Property.DataValue and the JSON contains the property with a blank value. The value has been populated in the Umbraco back office.
The value saves, however when you access it via the IEnumberable and then GetPropertyValue on the Ipublished content, there is no value.
Yes I have the same issue with 7.12.1, I have a Umbraco.DropDown.Flexible data type in a nested content type, select the value in the cms, when I call it in the view the slected value is an empty string. I have some legacy items that use Umbraco.DropDown as a Dropdown list datatype and they have the selected item no problems
Umbraco.DropDown.Flexible not saving within Nested Content
Umbraco Version: 7.10.4
Any dropdowns of type, Umbraco.DropDown.Flexible used within Nested Content, do not persist a value. I have looked at the IPublishedContent.Property.DataValue and the JSON contains the property with a blank value. The value has been populated in the Umbraco back office. The value saves, however when you access it via the IEnumberable and then GetPropertyValue on the Ipublished content, there is no value.
Yes I have the same issue with 7.12.1, I have a Umbraco.DropDown.Flexible data type in a nested content type, select the value in the cms, when I call it in the view the slected value is an empty string. I have some legacy items that use Umbraco.DropDown as a Dropdown list datatype and they have the selected item no problems
is working on a reply...