Merge branch temp8 into temp8-fixtree

This commit is contained in:
Stephan
2019-01-28 10:19:36 +01:00
560 changed files with 1478 additions and 1329 deletions

View File

@@ -15,11 +15,5 @@ namespace Umbraco.Web.Trees
protected override string[] Extensions => ExtensionsStatic;
protected override string FileIcon => "icon-document";
protected override void OnRenderFolderNode(ref TreeNode treeNode)
{
//TODO: This isn't the best way to ensure a noop process for clicking a node but it works for now.
treeNode.AdditionalData["jsClickCallback"] = "javascript:void(0);";
}
}
}