From 8de5d650be848ab5b36c24ddc6311bf281cca086 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 6 Dec 2018 12:18:06 -0500 Subject: [PATCH] LP#1806968 Teach Vandelay to pass correct auth tracker type Pass the correct value ('authority') when creating a Vandelay session tracker entry for authority records. Signed-off-by: Bill Erickson Signed-off-by: Jason Boyer --- Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm index 0647b330d5..9f11bd84da 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm @@ -909,6 +909,7 @@ sub queued_records_with_matches { sub create_session_tracker { my ($user_id, $ws_id, $key, $name, $type, $queue_id, $action, $total_acts) = @_; my $e = new_editor(xact => 1); + $type = 'authority' if $type =~ /auth/; if ($key) { # if other trackers exist for this key, adopt the name -- 2.43.2