https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|plugin for editing field |Error when editing field |008 in marc21 |008 in MARC21 | |(marc21_filed_008.pl value | |builder) Status|NEW |CONFIRMED CC| |[email protected] Version|25.11 |Main --- Comment #1 from David Nind <[email protected]> --- I can confirm that this is happening in the latest main and in 25.11. The latest maintenance release for Koha 25.05.06 works correctly. Steps to reproduce (using koha-testing-docker): 1. Go to create a new record (Cataloging > New record > Books, Booklets, Workbooks). 2. Click the 008 field: ==> Result: it is populated with values 3. Click the tag editor. 4. The pop-up window for the value builder appears with a browser error: Can't validate the xml data from /kohadevbox/koha/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml 5. Click OK 6. Only the 'Type of Material' form field is shown (when working correctly, there are several other form fields). Other notes: 1. No JavaScript errors in the developer tools console 2. The plack.log has GET 404 errors when opening the add MARC form, but clicking on the tag editor returns a 200 (a successful response) 172.18.0.1 - - [24/Dec/2025:00:29:51 +0000] "GET errors/404.pl HTTP/1.1" 404 36698 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" 172.18.0.1 - - [24/Dec/2025:00:29:52 +0000] "GET errors/404.pl HTTP/1.1" 404 36698 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" 172.18.0.1 - - [24/Dec/2025:00:29:56 +0000] "GET /intranet/cataloguing/plugin_launcher.pl?plugin_name=marc21_field_008.pl&index=tag_008_subfield_00_580082_980589&result= HTTP/1.1" 200 22089 "http://127.0.0.1:8081/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=BKS" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" -- You are receiving this mail because: You are the assignee for the bug. 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/
