fixes ysod with media types and member types

This commit is contained in:
Shannon
2016-02-03 11:21:01 +01:00
parent ee303957b8
commit 5d5c6ed33a
2 changed files with 12 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ namespace Umbraco.Web.WebApi.Filters
if (model != null)
{
EditorModelEventManager.EmitEvent(actionExecutedContext, new EditorModelEventArgs<ContentItemDisplay>(
EditorModelEventManager.EmitEvent(actionExecutedContext, new EditorModelEventArgs(
(dynamic)model,
UmbracoContext.Current));
}