AB3649 - Refactored services injected into ctor instead of methods
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
dest.Culture = culture;
|
||||
|
||||
// if no 'IncludeProperties' were specified or this property is set to be included - we will map the value and return.
|
||||
dest.Value = editor.GetValueEditor().ToEditor(property, DataTypeService, culture);
|
||||
dest.Value = editor.GetValueEditor().ToEditor(property, culture);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user