Added the permissions checks in the new content tree including start node rendering

This commit is contained in:
Shannon
2013-07-30 15:30:04 +10:00
parent 2d38938d86
commit 217bcaf625
7 changed files with 98 additions and 37 deletions

View File

@@ -117,6 +117,7 @@ namespace Umbraco.Web.Trees
rootId,
rootNode.Result.MenuUrl)
{
Title = rootNode.Result.Title,
Children = byControllerAttempt.Result
};