Cleanup Constants.ObjectTypes

This commit is contained in:
Stephan
2017-09-19 18:19:05 +02:00
parent 1308b4cc8b
commit 1341a37f2b
79 changed files with 374 additions and 499 deletions

View File

@@ -64,7 +64,7 @@ namespace Umbraco.Web.Trees
var node = CreateTreeNode(
entity,
Constants.ObjectTypes.DocumentGuid,
Constants.ObjectTypes.Document,
parentId,
queryStrings,
entity.HasChildren && isContainer == false);