Bugzilla – Attachment 194163 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: Add koha_object_class to BiblioMetadataError schema result
92f76df.patch (text/plain), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2026-02-27 19:24:07 UTC
(
hide
)
Description:
Bug 35104: Add koha_object_class to BiblioMetadataError schema result
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-02-27 19:24:07 UTC
Size:
1.03 KB
patch
obsolete
>From 92f76df7f6e3c00e428d98df3c567d374cd704b8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Fri, 27 Feb 2026 12:56:49 +0000 >Subject: [PATCH] Bug 35104: Add koha_object_class to BiblioMetadataError > schema result > >--- > Koha/Schema/Result/BiblioMetadataError.pm | 17 ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/BiblioMetadataError.pm b/Koha/Schema/Result/BiblioMetadataError.pm >index 0acf8c5f2ab..44a9f377138 100644 >--- a/Koha/Schema/Result/BiblioMetadataError.pm >+++ b/Koha/Schema/Result/BiblioMetadataError.pm >@@ -113,5 +113,20 @@ __PACKAGE__->belongs_to( > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9EDJRN99cOP8lmceBh8GpQ > > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration >+=head2 koha_object_class >+ >+=cut >+ >+sub koha_object_class { >+ 'Koha::Biblio::Metadata::Error'; >+} >+ >+=head2 koha_objects_class >+ >+=cut >+ >+sub koha_objects_class { >+ 'Koha::Biblio::Metadata::Errors'; >+} >+ > 1; >-- >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