removes unneeded contentpicker dialog and just uses the standard tree picker that has the correct search built in, now search is working for the link picker.
This commit is contained in:
@@ -81,11 +81,12 @@ namespace Umbraco.Web.Trees
|
||||
entity.HasChildren && (isContainer == false));
|
||||
|
||||
node.AdditionalData.Add("contentType", entity.ContentTypeAlias);
|
||||
|
||||
|
||||
|
||||
if (isContainer)
|
||||
{
|
||||
node.SetContainerStyle();
|
||||
node.AdditionalData.Add("isContainer", true);
|
||||
}
|
||||
|
||||
return node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user