https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42761

Phil Ringnalda <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Phil Ringnalda <[email protected]> ---
I only see one set of steps where that could occur, and that's for a very
liberal definition of "will still transfer to the editor."

If you go to Cataloging - New from Z39.50/SRU, or if you perform a search in
the catalog and then do Z39.50/SRU search, after you import a record you have
biblionumber=0&breedingid=99 and so nothing will be transfered, because you hit
the else from if ( biblionumber ) and just load
'/cgi-bin/koha/cataloguing/editor.pl' and get a blank record.

However, if you open a record in the basic editor (either intentionally or by
it being a Fast Add record that forces you there), then Replace record via
Z39.50/SRU search, you have biblionumber=441&breedingid=100 and if you say Yes
to continue to the advanced editor, you will load the biblionumber record, not
the breedingid record.

Certainly there could be a third case for if ( biblionumber && breedingid )
with a prompt explaining that you can only transfer the biblio at the time you
loaded it, throwing away the record you've replaced it with, but wouldn't it be
simpler just to say "Curse you for loading this Fast Add record in the basic
editor, I shall immediately switch to the advanced editor before I replace it"
and skip having to replace it twice, once in the basic editor and again in the
advanced?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to