20 Jun
2023
20 Jun
'23
7:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975 --- Comment #41 from Julian Maurice <julian.maurice@biblibre.com> --- (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.