[Koha-bugs] [Bug 15514] New: New professional cataloguing editor does not handle repeatable fields correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 7 12:01:08 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15514

            Bug ID: 15514
           Summary: New professional cataloguing editor does not handle
                    repeatable fields correctly
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl
        Depends on: 11559

I get a JS error on saving a record (not modified, just edited an existing
one):

TypeError: nonRepeatableSubfields[field.tagnumber(...)] is undefined
...d[0] ] != null && nonRepeatableSubfields[ field.tagnumber() ][ subfield[0] ]
)
koha-backend.js (line 229, col 89)

In koha-backend.js
227                     if ( seenSubfields[ subfield[0] ] != null &&
nonRepeatableSubfields[ field.tagnumber() ][ subfield[0] ] ) {
field.tagnumber() returns 210
The field 210 is not marked as repeatable in my default framework


Referenced Bugs:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559
[Bug 11559] Professional cataloger's interface
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list