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@gmail.com Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@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.