Updates all required mappings to use AutoMapperExtensions.MapWithUmbracoContext where appropriate

This commit is contained in:
Shannon
2018-01-25 14:41:28 -07:00
parent 64628c0a9d
commit 54cc80f4e8
8 changed files with 47 additions and 34 deletions

View File

@@ -20,7 +20,7 @@ namespace Umbraco.Web.Models.Mapping
private string ResolveCore(ResolutionResult res, TSource source)
{
var umbCtx = res.GetUmbracoContext();
var umbCtx = res.Context.GetUmbracoContext();
//map the tree node url
if (umbCtx != null)
{