[Bug 41481] New: plugin for editing field 008 in marc21
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Bug ID: 41481 Summary: plugin for editing field 008 in marc21 Initiative type: --- Sponsorship --- status: Product: Koha Version: 25.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: beda@muri-gries.it QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl While adding or editing a record the plug-in go help completing the 008 field pops up with the message: Can't validate the xml data from /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/de-DE/data/marc21_field_008.xml Editing the field without the plugin is still possible. The bug appeared after upgrading to 25.11 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Nind <david@davidnind.com> 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| |david@davidnind.com Version|25.11 |Main --- Comment #1 from David Nind <david@davidnind.com> --- 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=BK..." "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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Michael Kuhn <mik@adminkuhn.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mik@adminkuhn.ch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Andreas Roussos <a.roussos@dataly.gr> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=40163 Severity|enhancement |normal CC| |a.roussos@dataly.gr Status|CONFIRMED |ASSIGNED Assignee|koha-bugs@lists.koha-commun |a.roussos@dataly.gr |ity.org | Summary|Error when editing field |XML validation error when |008 in MARC21 |launching the tag editor |(marc21_filed_008.pl value |for MARC21 fields 006/008 |builder) | --- Comment #2 from Andreas Roussos <a.roussos@dataly.gr> --- Apparently, the 006 field is affected as well -- if you launch the tag editor for this field you get a similar browser pop-up containing the same XML validation error. I've adjusted the Bug Summary accordingly. `git bisect` points to commit 1873d97c074f2e501094bba603927b1d87e33706 from Bug 40163, where -- among other things -- the URL scheme for the koha-community.org website was changed from 'http' to 'https' in the relevant XML files: $ git show --format=fuller 1873d97c07 --name-only -- ':*marc21*.xml' commit 1873d97c074f2e501094bba603927b1d87e33706 (HEAD) Author: Tomás Cohen Arazi <tomascohen@theke.io> AuthorDate: Wed Jun 18 11:43:47 2025 -0300 Commit: Lucas Gass <lucas@bywatersolutions.com> CommitDate: Tue Sep 23 16:21:29 2025 -0600 Bug 40163: Fix several http addresses in the code docs Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml $ git show --format=fuller 1873d97c07 */marc21_field_00{6,8}.xml commit 1873d97c074f2e501094bba603927b1d87e33706 (HEAD) Author: Tomás Cohen Arazi <tomascohen@theke.io> AuthorDate: Wed Jun 18 11:43:47 2025 -0300 Commit: Lucas Gass <lucas@bywatersolutions.com> CommitDate: Tue Sep 23 16:21:29 2025 -0600 Bug 40163: Fix several http addresses in the code docs Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml index f2640f2b6d..7aec5a8a9e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml +++ b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml @@ -2,7 +2,7 @@ <!DOCTYPE stylesheet> -<Tagfield tag="006" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd"> +<Tagfield tag="006" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd"> <Material id="BKS"><name>Books</name><description></description> <Position pos="00"><name>Form of material</name><description></description> <Value code="a"><description>Language material</description></Value> diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml index 4097f388ad..7340a891f4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml +++ b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml @@ -2,7 +2,7 @@ <!DOCTYPE stylesheet> -<Tagfield tag="008" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd"> +<Tagfield tag="008" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd"> <Material id="BKS"><name>Books</name><description></description> <Position pos="00-05"><name>Date entered on file</name><description>Computer-generated, six-character numeric string that indicates the date the MARC record was created. Recorded in the pattern yymmdd.</description></Position> <Position pos="06"><name>Type of date/Publication status</name><description>One-character alphabetic code that indicates the type of dates given in 008/07-10 (Date 1) and 008/11-14 (Date 2). For continuing resources, the code in 008/06 also indicates the publication status.</description> The actual problem lies not with the URL scheme change per se, but rather with how the value builder plugins (marc21_field_00{6,8}.pl) try to validate the relevant XML files against the Schema Definition file (marc21_field_CF.xsd), the latter containing two references to the koha-community.org website that still use the 'http' URL scheme: $ grep -n http koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_CF.xsd 5:<xs:schema xmlns="http://koha-community.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://koha-community.org" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1"> Modifying line 5 of the XSD file as follows is enough to make the browser pop-up go away and the tag editor for fields 006/008 to function correctly once again: xmlns="http://koha-community.org" => xmlns="https://koha-community.org" targetNamespace="http://koha-community.org" => targetNamespace="https://koha-community.org" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Andreas Roussos <a.roussos@dataly.gr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #3 from Andreas Roussos <a.roussos@dataly.gr> --- Created attachment 190760 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190760&action=edit Bug 41481: change K-C.org 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. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 190762 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190762&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 <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190760|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an XML release notes| |validation error("Can't | |validate the xml data from | |(...)/marc21_field_00{6,8}. | |xml") when using the tag | |editor for MARC21 fields | |006/008. The tag editor now | |works as expected for these | |fields. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #5 from David Nind <david@davidnind.com> --- Thanks for creating a fix so quickly Andreas! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #6 from Andreas Roussos <a.roussos@dataly.gr> --- (In reply to David Nind from comment #5)
Thanks for creating a fix so quickly Andreas! A pleasure, as always, David!
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=40160 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Andreas Roussos <a.roussos@dataly.gr> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes an XML |This fixes an XML release notes|validation error("Can't |validation error ("Can't |validate the xml data from |validate the xml data from |(...)/marc21_field_00{6,8}. |(...)/marc21_field_00{6,8}. |xml") when using the tag |xml") when using the tag |editor for MARC21 fields |editor for MARC21 fields |006/008. The tag editor now |006/008. The tag editor now |works as expected for these |works as expected for these |fields. |fields. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isabel.pineda@ds.edu.sv --- Comment #7 from David Cook <dcook@prosentient.com.au> --- *** Bug 41606 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- Ah yes because the xmlns in ./koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml and ./koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml use "https://" and that's why it couldn't validate. Ok seems straightforward enough. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190762|0 |1 is obsolete| | --- Comment #9 from David Cook <dcook@prosentient.com.au> --- 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 <david@davidnind.com> Signed-off-by: David Cook <dcook@prosentient.com.au> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |dcook@prosentient.com.au |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Doug Kingston <dpk@randomnotes.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpk@randomnotes.org --- Comment #10 from Doug Kingston <dpk@randomnotes.org> --- We had this problem at EFDSS after upgrading to 25.11.00. Applying the patch (http->https in marc21_field_CF.xsd) fixed the problem. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |26.05.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #11 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Michael Kuhn <mik@adminkuhn.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mik@adminkuhn.ch | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Andrii Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com --- Comment #12 from Andrii Nugged <nugged@gmail.com> --- I had my comment in parent ticket: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40163#c18 and those parent Bug 40163 changes for http to https in 006/007/008 .xml files affects upcoming 25.05 (because already backported in 25.05.x branch) and current v25.11.00-2 versions I did manual patch for my productions, but this probably needs fast track for 25.11 and not to be forgotten to include in 25.05 before minor release. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 mteal@greenvillelibrary.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mteal@greenvillelibrary.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #13 from mteal@greenvillelibrary.org --- We're seeing this error on 25.05.07. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #14 from mteal@greenvillelibrary.org --- (In reply to mteal from comment #13)
We're seeing this error on 25.05.07.
Could this fix be backported to 25.05? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_25_05_candidate, | |rel_25_11_candidate CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Just had another report of this, upping severity since it blocks cataloguing. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |40163 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40163 [Bug 40163] Several http links should be moved to https -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #16 from David Cook <dcook@prosentient.com.au> --- Added dependency of bug 40163 to hopefully make the causal link clearer for the RMaints -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|26.05.00 |26.05.00,25.11.02 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #17 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Thanks all, pushed to 25.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #18 from mteal@greenvillelibrary.org --- Will this be able to be backported to 25.05? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla@bywatersolu | |tions.com --- Comment #19 from David Cook <dcook@prosentient.com.au> --- (In reply to mteal from comment #18)
Will this be able to be backported to 25.05?
Pinging Laura Escamilla as 25.05 RMaint -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|26.05.00,25.11.02 |26.05.00,25.11.02,25.05.09 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #20 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.05.07 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_25_05_candidate, | |rel_25_11_candidate | --- Comment #21 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Correction: This was pushed to 25.05.x based on 25.05.08 (not 25.05.07 as previously noted). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |baptiste.wojtkowski@biblibr | |e.com Status|Pushed to oldstable |Needs documenting --- Comment #22 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> ---
From discussion, it appears that the bug does not exist in 24.11, not backporting
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |RESOLVED --- Comment #23 from David Nind <david@davidnind.com> --- Bug fix, no updates to the manual required. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 Anna.Demchy@niwa.co.nz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Anna.Demchy@niwa.co.nz --- Comment #24 from Anna.Demchy@niwa.co.nz --- Hi there! I just wondered when exactly this bug fix will be pushed out to the community (if it hasn't been already)? We're on version 25.05.08 and the fix hasn't been backported and gone live to us yet. We're still getting the XML validation error message whenever we click on the 008 tag editor. On certain records, we also get this message at the top of the screen (in a big light yellow banner) when we click the Edit button: WARNING The following fixed-length control field(s) have an invalid length: 008. Please fix. Catalyst (our Koha host) did mention that this bug fix would be rolled into production for us in March, but (as we're fast approaching April), I've heard nothing since, and by the looks of it, this request has been RESOLVED/FIXED. Thanks! Kind regards, Anna Demchy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41481 --- Comment #25 from David Nind <david@davidnind.com> --- (In reply to Anna.Demchy from comment #24)
Hi there!
I just wondered when exactly this bug fix will be pushed out to the community (if it hasn't been already)?
We're on version 25.05.08 and the fix hasn't been backported and gone live to us yet. We're still getting the XML validation error message whenever we click on the 008 tag editor.
On certain records, we also get this message at the top of the screen (in a big light yellow banner) when we click the Edit button:
WARNING
The following fixed-length control field(s) have an invalid length: 008. Please fix.
Catalyst (our Koha host) did mention that this bug fix would be rolled into production for us in March, but (as we're fast approaching April), I've heard nothing since, and by the looks of it, this request has been RESOLVED/FIXED.
Thanks!
Kind regards, Anna Demchy
Hi Anna. This bug fix will be included in the 25.05.09 maintenance release, which will be released "sometime" later in March. (It loks like it just missed the 25.05.08 maintenance release.) I don't think the dates are set yet for the maintenance release (from the Koha Community's Maintenance release channel in Mattermost chat), but it will be sometime between now and the end of March 8-). I closed the bug as it is not being backported to an older release (as it isn't a bug in 24.11.x), and there are no changes required to the manual (as it is a bug fix). I can't comment on how long it will take your support provider (Catalyst) to deploy the latest 25.05 maintenance release (but as you on 25.0.08, I imagine it will be pretty quick after it is released and tested by them). David -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org