WIP: working on tree picker with search for list views. updates all pickers to ensure that they unbind any events.
This commit is contained in:
@@ -94,7 +94,11 @@ namespace Umbraco.Web.Trees
|
||||
node.AdditionalData.Add("contentType", entity.ContentTypeAlias);
|
||||
|
||||
if (isContainer)
|
||||
{
|
||||
node.AdditionalData.Add("isContainer", true);
|
||||
node.SetContainerStyle();
|
||||
}
|
||||
|
||||
|
||||
if (entity.IsPublished == false)
|
||||
node.SetNotPublishedStyle();
|
||||
|
||||
Reference in New Issue
Block a user