fix for report display name

This commit is contained in:
Greg DiCristofaro 2022-04-07 19:07:37 -04:00
parent 66084949e8
commit 2be403da97

View File

@ -38,7 +38,7 @@ public class ReportNode extends BaseNode<SearchResultsDTO, ReportsRowDTO> {
backgroundTasksPool);
setName(rowData.getReportName() + rowData.getId());
setDisplayName(rowData.getReportName());
setDisplayName(rowData.getSourceModuleName());
setIconBaseWithExtension("org/sleuthkit/autopsy/images/report_16.png");
}