Rolls back listview items in dialog trees

This commit is contained in:
perploug
2014-01-28 15:49:04 +01:00
parent 06cbdc37b4
commit 24062c0061
3 changed files with 4 additions and 5 deletions

View File

@@ -98,8 +98,7 @@ namespace Umbraco.Web.Trees
{
//Special check to see if it ia a container, if so then we'll hide children.
//we only perform this check for non-dialog trees since pickers needs access to these nodes
var isContainer = e.IsContainer() && (queryStrings.Get("isDialog") != "true");
var isContainer = e.IsContainer(); // && (queryStrings.Get("isDialog") != "true");
var node = CreateTreeNode(
e.Id.ToInvariantString(),