mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #3342 from raman-bt/develop
937: Accounts sub-trees do not refresh their contents after being ini…
This commit is contained in:
commit
9fd9b29982
@ -289,6 +289,11 @@ final public class Accounts implements AutopsyVisitableItem {
|
||||
} catch (TskCoreException | SQLException ex) {
|
||||
LOGGER.log(Level.SEVERE, "Error querying for account_types", ex);
|
||||
}
|
||||
|
||||
// quickfix for 937
|
||||
// refresh the children for each account type
|
||||
list.forEach(this::refreshKey);
|
||||
|
||||
return list;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user