https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40163

Andrii Nugged <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #18 from Andrii Nugged <[email protected]> ---
this patch breaks for example:

.../cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_field_008.pl

(when you want to use Tag Editor view one field in Marc editor) with pop-up
error: 


Can't validate the xml data from
/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/data/marc21_field_008.xml


if I remove the change:

-<Tagfield tag="008" xmlns="https://koha-community.org"; ...
+<Tagfield tag="008" xmlns="http://koha-community.org"; ...

It becomes to work well.

I assume it fails on all other .xml plugins.

This already came to 25.05-x branch and also in v25.11.00-2 releaseю

-- 
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/

Reply via email to