mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Merge pull request #5212 from kellykelly3/1331-cvt-cleanup
1349 Remove super.createSheet from ContactNode
This commit is contained in:
commit
5632e413ce
@ -70,7 +70,7 @@ final class ContactNode extends BlackboardArtifactNode {
|
||||
|
||||
@Override
|
||||
protected Sheet createSheet() {
|
||||
Sheet sheet = super.createSheet();
|
||||
Sheet sheet = new Sheet();
|
||||
|
||||
final BlackboardArtifact artifact = getArtifact();
|
||||
BlackboardArtifact.ARTIFACT_TYPE fromID = BlackboardArtifact.ARTIFACT_TYPE.fromID(artifact.getArtifactTypeID());
|
||||
@ -116,10 +116,6 @@ final class ContactNode extends BlackboardArtifactNode {
|
||||
sheetSet.put(new NodeProperty<>(bba.getAttributeType().getTypeName(), bba.getAttributeType().getDisplayName(), "", bba.getDisplayString()));
|
||||
}
|
||||
|
||||
// Don't need these values to appear in the Contact property sheet.
|
||||
sheetSet.remove("S");
|
||||
sheetSet.remove("C");
|
||||
|
||||
List<Content> children = artifact.getChildren();
|
||||
if(children != null) {
|
||||
int count = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user