Skip to content

Commit 406f06b

Browse files
stephanielearytmccanna
authored andcommitted
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 <[email protected]> Signed-off-by: Tara Kunesh <[email protected]> Signed-off-by: Terran McCanna <[email protected]>
1 parent a5df968 commit 406f06b

File tree

1 file changed

+1
-1
lines changed
  • Open-ILS/web/js/ui/default/staff/cat/bucket/record

1 file changed

+1
-1
lines changed

Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ function($scope, $q , $routeParams, bucketSvc, egCore, $window,
760760
).then(function() {
761761
if (bChannel) {
762762
bChannel.postMessage({success:true});
763-
// $window.open('/eg2/staff/catalog/record/' + args.lead_id);
763+
$window.open('/eg2/staff/catalog/record/' + args.lead_id, '_blank');
764764
$window.close(); // called from the Angular bucket UI
765765
}
766766
});

0 commit comments

Comments
 (0)