From 4324c88c6a1c2da8a5e8a4faddb4b65ef279803c Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 3 Aug 2018 11:00:25 -0400 Subject: [PATCH] LP#621459: Discard overlay target after merge in Z39.50 interface Cataloger concensus is that we should discard the overlay target after a merge is completed in order to help avoid accidental re-overlay. Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/cat/z3950/app.js | 3 ++- 1 file changed, 2 insertions(+), 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 c27a04af9e..61c37ee05a 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 @@ -424,7 +424,8 @@ function($scope , $q , $location , $timeout , $window, egCore , egGridDataProvi $scope.selectFieldStripGroups() ).then( function(result) { - console.debug('overlay complete'); + egCore.hatch.removeLocalItem('eg.cat.marked_overlay_record'); + console.debug('overlay complete, target removed'); } ); }); -- 2.11.0