mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
3815 fix saving/restoring of selected node to always be same node
This commit is contained in:
parent
43a313253f
commit
25e5d77ca1
@ -128,8 +128,8 @@ final class AutoIngestJobsNode extends AbstractNode {
|
||||
super(Children.LEAF);
|
||||
jobStatus = status;
|
||||
autoIngestJob = job;
|
||||
setName(autoIngestJob.getManifest().getCaseName());
|
||||
setDisplayName(autoIngestJob.getManifest().getCaseName());
|
||||
setName(autoIngestJob.toString()); //alows job to be uniquely found by name since it will involve a hash of the AutoIngestJob
|
||||
setDisplayName(autoIngestJob.getManifest().getCaseName()); //displays user friendly case name as name
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user