From 4dc742f29bd8296d2e2c538e5ef0d62e37f35113 Mon Sep 17 00:00:00 2001 From: Raman Date: Thu, 24 May 2018 08:57:32 -0400 Subject: [PATCH] Fixed the missing Reports node in "Group by data source" view. --- .../autopsy/datamodel/RootContentChildrenFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/RootContentChildrenFactory.java b/Core/src/org/sleuthkit/autopsy/datamodel/RootContentChildrenFactory.java index c1de43c567..276f4c3f17 100644 --- a/Core/src/org/sleuthkit/autopsy/datamodel/RootContentChildrenFactory.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/RootContentChildrenFactory.java @@ -101,8 +101,9 @@ public class RootContentChildrenFactory extends ChildFactory.Detachable dataSources.forEach((datasource) -> { keys.add(new DataSourceGrouping(tskCase, datasource)); }); - list.addAll(keys); + + list.add(new Reports()); } else { List keys = new ArrayList<>(Arrays.asList(