[Koha-bugs] [Bug 25539] Remove AddBiblio "defer_marc_save" option

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 16:17:06 CEST 2022


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

--- Comment #44 from David Gustafsson <glasklas at gmail.com> ---
@(In reply to David Cook from comment #40)
> I really want to get rid of "defer_marc_save" as it's a real pain
> (especially when using Koha plugins).
> 
> But I'm not sure I understand the test plan...

I sympathize with the fact the test-plan is probably not exactly crystal clear,
compounded by or perhaps due to the fact that bulkmarcimport is not even
selectable in the UI (as it's commented out because of the bug this patch
should solve). I added a step to the testplan to remove the comments and enable
bulkmarcimport as a source (now realizing i pointed to the wrong line in the
wrong file, will fix this).

Also the bulkmarcimport.pl command to test this could look something like this:

./bulkmarcimport.pl -b -file /tmp/test_record.marc -l /tmp/bulkmarcimport.log
-append  -insert -update -c=MARC21 -match "control-number,001"

It's not part of the test-plan, but it could be useful to use the logfile
feature as to ensure that the biblio is really matched and updated on
subsequent runs.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list