LP1786971 z39.50 using TCN instead of ID
authorJessica Woolford <jwoolford@biblio.org>
Wed, 17 Mar 2021 20:31:30 +0000 (16:31 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Wed, 19 May 2021 23:34:27 +0000 (19:34 -0400)
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 <jwoolford@biblio.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/cat/z3950/app.js

index e2c363c..c8cdcbe 100644 (file)
@@ -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() {