Confirming that this seems to also be broken in the Create MARC Record interface.
/eg/staff/cat/catalog/new_bib
It looks like it is redirecting to the Angular staff catalog... in my test system
/eg2/en-US/staff/catalog/record/
I'm fuzzy about how this is supposed to work.. it looks like the cache of the data is still being created in memcached. I think a window is supposed to open to the /cat/volcopy with the cache key.
if (key) {
var url = egCore.env.basePath + 'cat/volcopy/' + key;
$timeout(function() { $window.open(url, '_blank') });
But instead the only page that is being opened is the catalog
eg2/en-US/staff/catalog/record/416649
Confirming that this seems to also be broken in the Create MARC Record interface. cat/catalog/ new_bib
/eg/staff/
It looks like it is redirecting to the Angular staff catalog... in my test system US/staff/ catalog/ record/
/eg2/en-
I'm fuzzy about how this is supposed to work.. it looks like the cache of the data is still being created in memcached. I think a window is supposed to open to the /cat/volcopy with the cache key.
if (key) { function( ) { $window.open(url, '_blank') });
var url = egCore.env.basePath + 'cat/volcopy/' + key;
$timeout(
But instead the only page that is being opened is the catalog US/staff/ catalog/ record/ 416649
eg2/en-
I'm not spotting where the redirect is.