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

TRUNK-377 Clarify required fields on management interfaces #761

Merged
merged 1 commit into from Mar 10, 2014

Conversation

aka001
Copy link
Contributor

@aka001 aka001 commented Mar 10, 2014

No description provided.

@@ -49,8 +49,8 @@
* render the patient dashboard model and direct to the view
*/
@RequestMapping("/patientDashboard.form")
protected String renderDashboard(@RequestParam(required = true, value = "patientId") Integer patientId, ModelMap map, HttpServletRequest request)
throws Exception {
protected String renderDashboard(@RequestParam(required = true, value = "patientId") Integer patientId, ModelMap map,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file automatically changed after running "mvn clean install". :)

dkayiwa added a commit that referenced this pull request Mar 10, 2014
TRUNK-377 Clarify required fields on management interfaces
@dkayiwa dkayiwa merged commit 88c8a7c into openmrs:master Mar 10, 2014
@aka001 aka001 deleted the TRUNK___377 branch March 10, 2014 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants