[Koha-bugs] [Bug 21677] New: MARC detail view may show field header info erroneously

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 26 10:00:50 CEST 2018


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

            Bug ID: 21677
           Summary: MARC detail view may show field header info
                    erroneously
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: pasi.kallinen at joensuu.fi
        QA Contact: testopia at bugs.koha-community.org

If the fields in the marcxml are not in order, and LabelMARCView is set to
compact, the MARC detail view can show the field headers multiple times.

To reproduce:

1) Turn on LabelMARCView
2) Turn on EnableAdvancedCatalogingEditor (Rancor allows entering fields in any
order, unlike the old editor)
3) Catalogue a new record with the following fields in this order:

655 _ _ ‡afoo
100 _ _ ‡abar
655 _ _ ‡abaz
650 _ _ ‡aqwerty
655 _ _ ‡aqux
655 _ _ ‡aquux

4) Go to that record's MARC detail view. In the 6xx tab, you will see three
separate entries for 655 fields:

655
    $a foo
655
    $a baz
655
    $a qux
    $a quux


How it should look:

655
    $a foo
    $a baz
    $a qux
    $a quux

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


More information about the Koha-bugs mailing list