Updates all required mappings to use AutoMapperExtensions.MapWithUmbracoContext where appropriate
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user