Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a13a38a482
commit
0b6ba5aa52
@@ -58,7 +58,7 @@ namespace Umbraco.Web.Trees
|
||||
var allowedUserOptions = GetAllowedUserMenuItemsForNode(entity);
|
||||
if (CanUserAccessNode(entity, allowedUserOptions, culture))
|
||||
{
|
||||
//Special check to see if it ia a container, if so then we'll hide children.
|
||||
//Special check to see if it is a container, if so then we'll hide children.
|
||||
var isContainer = entity.IsContainer; // && (queryStrings.Get("isDialog") != "true");
|
||||
|
||||
var node = CreateTreeNode(
|
||||
|
||||
Reference in New Issue
Block a user