Bugzilla – Attachment 194169 Details for
Bug 35104
We should warn when attempting to save MARC records that contain characters invalid in XML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35104: Import StripNonXmlChars in C4::Biblio
a10c4db.patch (text/plain), 743 bytes, created by
Martin Renvoize (ashimema)
on 2026-02-27 19:24:17 UTC
(
hide
)
Description:
Bug 35104: Import StripNonXmlChars in C4::Biblio
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-02-27 19:24:17 UTC
Size:
743 bytes
patch
obsolete
>From a10c4db717b620f61ebb7bb2d0d26082e457ccca Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Fri, 27 Feb 2026 14:45:10 +0000 >Subject: [PATCH] Bug 35104: Import StripNonXmlChars in C4::Biblio > >The function was called at line 2353 but missing from the use C4::Charset >import list, causing an "Undefined subroutine" error when saving a record >via the editor. >--- > C4/Biblio.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 3689e1a516a..d59fe9f8333 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -88,6 +88,7 @@ use C4::Charset qw( > nsb_clean > SetMarcUnicodeFlag > SetUTF8Flag >+ StripNonXmlChars > ); > use C4::Languages; > use C4::Linker; >-- >2.53.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35104
:
157625
|
157627
|
157628
|
157642
|
159615
|
159620
|
159621
|
159630
|
159810
|
159811
|
159812
|
159813
|
166431
|
173145
|
173146
|
176820
|
176821
|
176850
|
176851
|
176852
|
176860
|
193985
|
193986
|
193987
|
193988
|
193989
|
193990
|
193991
|
193992
|
193993
|
193994
|
193995
|
193996
|
193997
|
193998
|
193999
|
194000
|
194001
|
194004
|
194005
|
194006
|
194007
|
194008
|
194009
|
194010
|
194011
|
194012
|
194013
|
194152
|
194153
|
194154
|
194155
|
194156
|
194157
|
194158
|
194159
|
194160
|
194161
|
194162
|
194163
|
194164
|
194165
|
194166
|
194167
|
194168
| 194169 |
194170
|
194171
|
194172