1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-04 06:50:00 +00:00

Temporarily hide hash sets and organizations

This commit is contained in:
Ann Priestman
2017-09-06 09:05:33 -04:00
parent d6ec2a35d3
commit 0331ba4d64
2 changed files with 6 additions and 0 deletions

View File

@@ -82,6 +82,9 @@ public class EamCaseEditDetailsDialog extends JDialog {
private void customizeComponents() {
setTextBoxListeners();
setTextAreaListeners();
// The organization functions of central repo are not being included in the current release.
this.pnOrganization.setVisible(false);
}

View File

@@ -59,6 +59,9 @@ public final class GlobalSettingsPanel extends IngestModuleGlobalSettingsPanel i
"GlobalSettingsPanel.cbUseCentralRepo.text=Use a Central Repository"})
private void customizeComponents() {
setName(Bundle.GlobalSettingsPanel_title());
// The hash set functions of central repo are not being included in the current release.
bnImportDatabase.setVisible(false);
}
private void addIngestJobEventsListener() {