https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190762|0 |1 is obsolete| | --- Comment #9 from David Cook <[email protected]> --- Created attachment 191397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191397&action=edit Bug 41481: Change Koha Community website URL scheme to https Since version 25.11.00 (also valid in current main), while adding or editing a record, launching the plug-in to help complete the MARC21 006/008 fields results in a browser pop-up with the message "Can't validate the xml data from (...)/marc21_field_00{6,8}.xml". The actual problem lies with how the value builder plugins (marc21_field_00{6,8}.pl) try to validate the relevant XML files against the Schema Definition (marc21_field_CF.xsd), the latter containing two references to the K-C.org website that still use the 'http' URL scheme. This patch fixes that. Test plan: 1) In a MARC21 instance, create a new record by going to: Cataloging > New record > Books, Booklets, Workbooks, then click inside the 008 field so it becomes populated. 2) Click the Tag editor icon next to field 008. Notice how you get a pop-up window in your browser with the error: "Can't validate the xml data from (...)/marc21_field_008.xml". 3) Apply this patch. 4) Repeat step 2) -- this time the tag editor should launch correctly. 5) For extra credit, repeat the Test plan this time testing field 006 -- its tag editor should work without problems after applying the patch. Signed-off-by: David Nind <[email protected]> Signed-off-by: David Cook <[email protected]> -- 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/
