From 6a8c8ab19eb3c4efbdf9b172d95790d3e42e1cc5 Mon Sep 17 00:00:00 2001 From: holmbergius Date: Fri, 24 Jan 2025 16:14:29 -0800 Subject: [PATCH] Better Shepherd handling on setting Import Task Complete --- src/main/webapp/iaResultsSetID.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/iaResultsSetID.jsp b/src/main/webapp/iaResultsSetID.jsp index fbc18287e1..f5bf622a16 100644 --- a/src/main/webapp/iaResultsSetID.jsp +++ b/src/main/webapp/iaResultsSetID.jsp @@ -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();} }