Merge pull request #2987 from wschaeferB/2908-RemoveExaminerModeRestrictions

2908 re-enabled new case option for examiner mode
This commit is contained in:
eugene7646 2017-08-04 10:55:10 -04:00 committed by GitHub
commit 2becbe5d65

View File

@ -60,11 +60,6 @@ final class AutoIngestCaseManager {
* auto ingest.
*/
private AutoIngestCaseManager() {
/*
* Disable the new case action because review mode is only for looking
* at cases created by automated ingest.
*/
CallableSystemAction.get(CaseNewAction.class).setEnabled(false);
/*
* Permanently delete the "Open Recent Cases" item in the "File" menu.