Comment 2 for bug 1986706

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

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

I'm not spotting where the redirect is.