Avoid sending staff to the new holdings editor from within the
traditional catalog, so there remains a way to get to the traditional
editor.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
}
).then(function(key) {
if (key) {
- //var url = egCore.env.basePath + 'cat/volcopy/' + key;
- var url = '/eg2/staff/cat/volcopy/session/' + key;
+ var url = egCore.env.basePath + 'cat/volcopy/' + key;
$timeout(function() { $window.open(url, '_blank') });
} else {
alert('Could not create anonymous cache key!');