Merge branch 'dev-v7' into temp-U4-7178-media-library
Conflicts: build/UmbracoVersion.txt src/Umbraco.Core/Configuration/UmbracoVersion.cs src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
This commit is contained in:
@@ -176,7 +176,7 @@ namespace Umbraco.Web.Editors
|
||||
}
|
||||
else
|
||||
{
|
||||
var contentItem = Services.ContentService.GetById(contentId);
|
||||
var contentItem = Services.MediaService.GetById(contentId);
|
||||
if (contentItem == null)
|
||||
{
|
||||
return Enumerable.Empty<ContentTypeBasic>();
|
||||
|
||||
Reference in New Issue
Block a user