Skip to content

Commit

Permalink
Merge pull request #2987 from wschaeferB/2908-RemoveExaminerModeRestr…
Browse files Browse the repository at this point in the history
…ictions

2908 re-enabled new case option for examiner mode
  • Loading branch information
eugene7646 authored Aug 4, 2017
2 parents 71f867d + f4c8359 commit 2becbe5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ synchronized static AutoIngestCaseManager getInstance() {
* 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.
Expand Down

0 comments on commit 2becbe5

Please sign in to comment.