From 6dd896ea013cdd3e2bd1937c33e4a7c40cb95444 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 3 Aug 2020 14:28:23 +0200 Subject: [PATCH] https://github.com/umbraco/Umbraco-CMS/pull/8458 cleanup --- .../Umbraco/PartialViewMacros/Templates/Gallery.cshtml | 7 +++---- .../Templates/ListChildPagesOrderedByProperty.cshtml | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/Gallery.cshtml b/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/Gallery.cshtml index ee2162b56d..20618668a0 100644 --- a/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/Gallery.cshtml +++ b/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/Gallery.cshtml @@ -1,14 +1,13 @@ @using Umbraco.Core.Models.PublishedContent @using Umbraco.Web @using Umbraco.Core -@using Umbraco.Core.Composing -@using Umbraco.Core.PropertyEditors.ValueConverters +@using Umbraco.Core.Media @using Umbraco.Web.Routing @inherits Umbraco.Web.Common.Macros.PartialViewMacroPage @inject IPublishedContentQuery PublishedContentQuery @inject IVariationContextAccessor VariationContextAccessor @inject IPublishedUrlProvider PublishedUrlProvider -@inject IFactory Factory +@inject IImageUrlGenerator ImageUrlGenerator @* Macro to display a gallery of images from the Media section. Works with either a 'Single Media Picker' or a 'Multiple Media Picker' macro parameter (see below). @@ -52,7 +51,7 @@ { /*@
- @item.Name + @item.Name
;*/ } diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/ListChildPagesOrderedByProperty.cshtml b/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/ListChildPagesOrderedByProperty.cshtml index fe121d8a36..e2c7ae19df 100644 --- a/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/ListChildPagesOrderedByProperty.cshtml +++ b/src/Umbraco.Web.UI.NetCore/Umbraco/PartialViewMacros/Templates/ListChildPagesOrderedByProperty.cshtml @@ -1,6 +1,5 @@ @using Umbraco.Core @using Umbraco.Core.Models.PublishedContent -@using Umbraco.Web @using Umbraco.Web.Routing @inherits Umbraco.Web.Common.Macros.PartialViewMacroPage @inject IPublishedValueFallback PublishedValueFallback