[Tree] Show root for most trees

Modify tree so that it includes its root in most cases, for
WTD-922.
This commit is contained in:
Victor Woeltjen
2015-03-18 10:30:36 -07:00
parent bb4ea2d4ae
commit d863c2843c
5 changed files with 52 additions and 19 deletions

View File

@@ -28,6 +28,7 @@ define(
function addRoot(models) {
models.ROOT = {
name: "The root object",
type: "root",
composition: ids
};
return models;