[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:
@@ -28,6 +28,7 @@ define(
|
||||
function addRoot(models) {
|
||||
models.ROOT = {
|
||||
name: "The root object",
|
||||
type: "root",
|
||||
composition: ids
|
||||
};
|
||||
return models;
|
||||
|
||||
Reference in New Issue
Block a user