
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 406f06b5a3f2cf0743c389c253f6126ee532f47e (commit) from a5df968f42b35778c20d2c09296144f3fb81d8e8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 406f06b5a3f2cf0743c389c253f6126ee532f47e Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Thu Apr 3 21:23:51 2025 +0000 LP2098712 Open lead record after merge from bucket Opens the lead record in a new tab after records have been merged from the Angular record bucket grid actions. Release-note: Opens the lead record after merging records from a bucket Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Tara Kunesh <tkunesh@georgialibraries.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js b/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js index 1b56d5dd09..74deba14f9 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js @@ -760,7 +760,7 @@ function($scope, $q , $routeParams, bucketSvc, egCore, $window, ).then(function() { if (bChannel) { bChannel.postMessage({success:true}); - // $window.open('/eg2/staff/catalog/record/' + args.lead_id); + $window.open('/eg2/staff/catalog/record/' + args.lead_id, '_blank'); $window.close(); // called from the Angular bucket UI } }); ----------------------------------------------------------------------- Summary of changes: Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS