mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
3377: new case should clear the notes field first
This commit is contained in:
parent
e706709eb7
commit
8dce2fc71b
@ -147,6 +147,7 @@ class NewCaseWizardPanel2 implements WizardDescriptor.ValidatingPanel<WizardDesc
|
||||
panel.setExaminerEmail(lastExaminerEmail);
|
||||
panel.setOrganization(EamDb.isEnabled() ? lastOrganizationName : "");
|
||||
panel.setCaseNumber(""); //clear the number field
|
||||
panel.setCaseNotes(""); //clear the notes field
|
||||
} catch (Exception e) {
|
||||
logger.log(Level.WARNING, "Could not read wizard settings in NewCaseWizardPanel2, ", e); //NON-NLS
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user