Skip to content

Commit

Permalink
Revert "TRUNK-3811: On successful save of Concept one should go to Vi…
Browse files Browse the repository at this point in the history
…ew Concept Screen"

This reverts commit b449b95.
  • Loading branch information
dkayiwa committed May 24, 2013
1 parent b449b95 commit af9a9f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -250,7 +250,7 @@ protected ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse
ValidateUtil.validate(concept, errors);
if (!errors.hasErrors()) {
if (action.equals(msa.getMessage("Concept.cancel"))) {
return new ModelAndView(new RedirectView("index.htm"));
return new ModelAndView(new RedirectView("concept.htm" + "?conceptId=" + concept.getConceptId()));
}
cs.saveConcept(concept);
httpSession.setAttribute(WebConstants.OPENMRS_MSG_ATTR, "Concept.saved");
Expand Down

0 comments on commit af9a9f3

Please sign in to comment.