Bugzilla – Attachment 194012 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: DBIC Scheme Update
d5b0625.patch (text/plain), 1.15 KB, created by
Martin Renvoize (ashimema)
on 2026-02-26 15:28:01 UTC
(
hide
)
Description:
Bug 35104: DBIC Scheme Update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-02-26 15:28:01 UTC
Size:
1.15 KB
patch
obsolete
>From d5b062585e1b1796d59ddb5afb891801afc6493d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Thu, 26 Feb 2026 13:52:35 +0000 >Subject: [PATCH] Bug 35104: DBIC Scheme Update > >Sponsored-by: OpenFifth >--- > Koha/Schema/Result/BiblioMetadata.pm | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm >index 2c38814aaaa..0689a112c46 100644 >--- a/Koha/Schema/Result/BiblioMetadata.pm >+++ b/Koha/Schema/Result/BiblioMetadata.pm >@@ -57,8 +57,6 @@ __PACKAGE__->table("biblio_metadata"); > data_type: 'mediumtext' > is_nullable: 1 > >-Parse error message recorded when non-XML characters were stripped on last store(). >- > =head2 timestamp > > data_type: 'timestamp' >@@ -171,8 +169,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-08-01 15:57:42 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ar73Sy86oYHspxu0udvnoA >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-26 15:22:11 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:B7CmpnimfPOqg17zOWRddg > > =head2 koha_object_class > >-- >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