Fixes composition in Media Types
This commit is contained in:
@@ -174,7 +174,7 @@ namespace Umbraco.Web.Editors
|
||||
break;
|
||||
|
||||
case UmbracoObjectTypes.MediaType:
|
||||
source = Services.ContentTypeService.Get(contentTypeId);
|
||||
source = Services.MediaTypeService.Get(contentTypeId);
|
||||
break;
|
||||
|
||||
case UmbracoObjectTypes.MemberType:
|
||||
|
||||
Reference in New Issue
Block a user