Skip to content

Commit

Permalink
Better Shepherd handling on setting Import Task Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jan 25, 2025
1 parent e859784 commit 845e158
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 845e158

Please sign in to comment.