https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975
--- Comment #41 from Julian Maurice <[email protected]> --- (In reply to Katrin Fischer from comment #40) > Also can't test if we updated all plugins. David's list on comment 27 shows > some missing, for example marc21_linking_section that also works on repeated > fields (7xx). marc21_linking_section does not need to be updated since the JS function already uses its event parameter. A quick grep (git grep '\<function\>' cataloguing/value_builder/ | grep -v '(ev') shows that unimarc_field_125 and unimarc_field_126 are the only ones that do not use their event parameter. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
