mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Merge pull request #1844 from BasisOlivers/aut-1882
Fixed bug in reports
This commit is contained in:
commit
d7f8657a2a
@ -1841,6 +1841,7 @@ class ReportGenerator {
|
|||||||
AbstractFile file = skCase.getAbstractFileById(getObjectID());
|
AbstractFile file = skCase.getAbstractFileById(getObjectID());
|
||||||
if (file != null) {
|
if (file != null) {
|
||||||
orderedRowData.add(file.getName());
|
orderedRowData.add(file.getName());
|
||||||
|
orderedRowData.add(file.getNameExtension());
|
||||||
String mimeType = file.getMIMEType();
|
String mimeType = file.getMIMEType();
|
||||||
if(mimeType == null) {
|
if(mimeType == null) {
|
||||||
orderedRowData.add("");
|
orderedRowData.add("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user