3377: new case should clear the notes field first

This commit is contained in:
U-BASIS\zhaohui 2017-12-18 17:53:01 -05:00
parent e706709eb7
commit 8dce2fc71b

View File

@ -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
}