[Koha-bugs] [Bug 24480] Fields added with Marc modifications templates are not added in an ordered way

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 21 07:38:21 CEST 2020


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

--- Comment #19 from Phil Ringnalda <phil at chetcolibrary.org> ---
There are two causes for the test failures.

The first is that git bz apply uses far too much fuzz, and happily applies the
first hunk of attachment 98976 to sub new_record rather than to sub
expected_record_1 where it belongs. Just needs a rebased patch.

The second is that the test added by bug 17510 needs to have its
expected_record adjusted, but it coincidentally tests the behavior this patch
introduces of using insert_grouped_field for moves while using
insert_fields_ordered for additions, so right now it needs to be adjusted to
put the 600 below the 650 instead of having them in order, and since I don't
yet see any reason for that behavior, I don't want to attach a patch which
"successfully" tests that we do it.

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


More information about the Koha-bugs mailing list