Skip to content

Commit

Permalink
Merge pull request #994 from WildMeOrg/import-task-complete-exception…
Browse files Browse the repository at this point in the history
…-handling

Better Shepherd handling on setting Import Task Complete
  • Loading branch information
naknomum authored Jan 31, 2025
2 parents 961a7b5 + 24eda3c commit 5e90e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/iaResultsSetID.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private static void setImportTaskComplete(Shepherd myShepherd, Encounter enc) {
System.out.println("setImportTaskComplete() setting true for annot " + ann.getId());
}
SystemValue.set(myShepherd, svKey, m);
myShepherd.commitDBTransaction();
myShepherd.updateDBTransaction();
}
catch(Exception e){e.printStackTrace();}
}
Expand Down

0 comments on commit 5e90e87

Please sign in to comment.