Skip to content

Commit

Permalink
Update Case Details restart response exception class
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers1215 committed Oct 5, 2017
1 parent 9ac1773 commit 133a109
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ private ObjectWrapper<CaseType> loadCase(PageParameters parameters) {
LOGGER.trace("caseInstance:[oid]={} was null", oid);
getSession().error(getString("pageCase.message.cantEditCase"));
showResult(result);
throw new RestartResponseException(PageResources.class);
throw new RestartResponseException(PageCases.class);
}


Expand Down

0 comments on commit 133a109

Please sign in to comment.