
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, rel_3_14 has been updated via 151af92f97177f3d92ecf7d118b2f28d04767de3 (commit) from 1896e5cbe45a3da2f154e49ed4f06233a9e1977c (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 151af92f97177f3d92ecf7d118b2f28d04767de3 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