isSupported updated

This commit is contained in:
U-BASIS\dgrove 2018-09-06 14:23:36 -04:00
parent 550edb0e2b
commit cfa752caca

View File

@ -428,7 +428,7 @@ public class AnnotationsContentViewer extends javax.swing.JPanel implements Data
BlackboardArtifact artifact = node.getLookup().lookup(BlackboardArtifact.class);
try {
if (artifact != null && artifact.getSleuthkitCase().getContentById(artifact.getObjectID()) != null) {
if (artifact != null && artifact.getSleuthkitCase().getAbstractFileById(artifact.getObjectID()) != null) {
return true;
} else if (node.getLookup().lookup(AbstractFile.class) != null) {
return true;