From: Jessica Woolford Date: Wed, 17 Mar 2021 20:31:30 +0000 (-0400) Subject: LP1786971 z39.50 using TCN instead of ID X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=21bbe5ec105733f15938a93a732092cbb80aba64;p=working%2FEvergreen.git 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 --- 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() {