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

RCM-119: Fix NPE on CohortReportFormController.onSubmit #47

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

mherman22
Copy link
Member

@@ -315,6 +315,11 @@ protected ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse
Document xml = db.parse(new InputSource(new StringReader(
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>" + data)));
Node node = findChild(xml, "reportSchema");

if(node == null) {
Copy link
Member

Choose a reason for hiding this comment

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

@dkayiwa dkayiwa merged commit e9a9b20 into openmrs:master Jan 3, 2024
1 check passed
@mherman22 mherman22 deleted the RCM-119 branch January 5, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants