From 21bbe5ec105733f15938a93a732092cbb80aba64 Mon Sep 17 00:00:00 2001 From: Jessica Woolford Date: Wed, 17 Mar 2021 16:31:30 -0400 Subject: [PATCH] LP1786971 z39.50 using TCN instead of ID This patch switches the target to overlays to the bib ID instead of the TCN. This allows overlays to work for sites where TCN and bib ID are not the same. Signed-off-by: Jessica Woolford Signed-off-by: Terran McCanna --- Open-ILS/web/js/ui/default/staff/cat/z3950/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js b/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js index e2c363c4c3..c8cdcbe6de 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js @@ -342,7 +342,7 @@ function($scope , $q , $location , $timeout , $window, egCore , egGridDataProvi }] }).result.then(function (args) { if (!args || !args.name) return; - }); + } $scope.overlay_record = function() { -- 2.11.0