mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +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
|
@Override
|
||||||
protected Sheet createSheet() {
|
protected Sheet createSheet() {
|
||||||
Sheet sheet = super.createSheet();
|
Sheet sheet = new Sheet();
|
||||||
|
|
||||||
final BlackboardArtifact artifact = getArtifact();
|
final BlackboardArtifact artifact = getArtifact();
|
||||||
BlackboardArtifact.ARTIFACT_TYPE fromID = BlackboardArtifact.ARTIFACT_TYPE.fromID(artifact.getArtifactTypeID());
|
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()));
|
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();
|
List<Content> children = artifact.getChildren();
|
||||||
if(children != null) {
|
if(children != null) {
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user