From abb351005e4514cb4b6478db23cf4ee17a3a399c 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 b48c4df17e..31ff1ce4c5 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 @@ -449,7 +449,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.43.2