U4-10173 - refactor start nodes

This commit is contained in:
Stephan
2017-07-18 15:09:34 +02:00
parent 945050858e
commit 8c3f6dfc25
9 changed files with 122 additions and 69 deletions

View File

@@ -215,7 +215,7 @@ namespace Umbraco.Web.Trees
{
return false;
}
return Security.CurrentUser.HasPathAccess(content);
return Security.CurrentUser.HasPathAccess(content, Services.EntityService);
}
/// <summary>