Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trunk3010 : Redirect the use to findpatients page with a message 'There is no patient with id' #285

Closed
wants to merge 1 commit into from

Conversation

apremalal
Copy link

URL : https://tickets.openmrs.org/browse/TRUNK-3010

Redirected the user to findpatientpage with a message telling ,there is no patient with the patient id..

Any feedback will be greatly appriciated !

@apremalal apremalal mentioned this pull request Apr 23, 2013
if (patient == null)
throw new ServletException("There is no patient with id: '" + patientId + "'");
if (patient == null) {
String message = "There is no patient with id: '" + patientId + "'";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be a message code that is translated

@dkayiwa
Copy link
Member

dkayiwa commented Jan 23, 2014

Closing because author abandoned it.

@dkayiwa dkayiwa closed this Jan 23, 2014
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants