This branch changes the call from $window.location.open
to match other others ($window.open). Testing the 2 z39.50
changes worked as expected!
Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
args.lead_id,
args.records.map(function(val) { return val.id; })
).then(function() {
- $window.location.open(egCore.env.basePath + 'cat/catalog/record/' + args.lead_id);
+ $window.open(egCore.env.basePath + 'cat/catalog/record/' + args.lead_id);
});
});
});