We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d76fe0 + b1be94f commit 441f0deCopy full SHA for 441f0de
src/main/webapp/iaResultsSetID.jsp
@@ -98,7 +98,7 @@ if ((request.getParameter("taskId") != null) && (request.getParameter("number")
98
//res.put("encounterOther", otherEncIds);
99
List<Encounter> otherEncs = new ArrayList<Encounter>();
100
List<MarkedIndividual> otherIndivs = new ArrayList<MarkedIndividual>();
101
- for (String oeId : otherEncIds) {
+ if (otherEncIds != null) for (String oeId : otherEncIds) {
102
Encounter oenc = myShepherd.getEncounter(oeId);
103
myShepherd.getPM().refresh(oenc);
104
0 commit comments