Comment 7 for bug 1775885

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

Testing on 3.11

The Z39.50 Edit and Add seems to have a property called inPlaceMode set, which returns before the code that sets the fast item add data gets processed.

            // in-place mode means that the editor is being
            // used just to munge some MARCXML client-side, rather
            // than to (immediately) update the database
            //
            // In short, we can use inPlaceMode as a way to skip
            // "normal" bre saving and then process the MARC ourselves
            // via a callback
            //
            // inPlaceMode is r/w to allow our Z39.50 import editor to be
            // switched back into a normal editor after the initial import

After the "Imported record" box comes up, you have two choices. Go to record and go back. If you choose go back, and then click save again then the fast item add seems to work and the volcopy interface gets loaded in a new tab.

Maybe that is enough of a work around?

Josh