Fixes some issues with pre-values with the previous changes made to include the IDs of the pre-values, needed to ensure they are formatted incoming/outgoing properly so the id isn't included.
This commit is contained in:
@@ -36,15 +36,14 @@ namespace Umbraco.Web.PropertyEditors
|
||||
{
|
||||
public DropDownMultiplePreValueEditor()
|
||||
{
|
||||
var fields = CreatePreValueFields();
|
||||
Fields.AddRange(CreatePreValueFields());
|
||||
//add the multiple field, we'll make it hidden so it is not seen in the pre-value editor
|
||||
fields.Add(new PreValueField
|
||||
Fields.Add(new PreValueField
|
||||
{
|
||||
Key = "multiple",
|
||||
Name = "multiple",
|
||||
View = "hidden"
|
||||
});
|
||||
Fields = fields;
|
||||
});
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user