Fixed the missing Reports node in "Group by data source" view.

This commit is contained in:
Raman 2018-05-24 08:57:32 -04:00
parent a32004ec0a
commit 4dc742f29b

View File

@ -101,8 +101,9 @@ public class RootContentChildrenFactory extends ChildFactory.Detachable<Object>
dataSources.forEach((datasource) -> {
keys.add(new DataSourceGrouping(tskCase, datasource));
});
list.addAll(keys);
list.add(new Reports());
} else {
List<AutopsyVisitableItem> keys = new ArrayList<>(Arrays.asList(