Ensure the same logic for property editors is executed for parameter editors to get the final configuration object
This commit is contained in:
@@ -45,8 +45,9 @@ namespace Umbraco.Web.Models.Mapping
|
||||
}
|
||||
|
||||
parameter.View = paramEditor.GetValueEditor().View;
|
||||
var paramConfig = paramEditor.GetConfigurationEditor().ToValueEditor(paramEditor.DefaultConfiguration);
|
||||
//set the config
|
||||
parameter.Configuration = paramEditor.DefaultConfiguration;
|
||||
parameter.Configuration = paramConfig;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user