Bugzilla – Attachment 171260 Details for
Bug 35659
OAI harvester
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35659: (QA follow-up): Add koha_object(s)_class functions for OaiServer.pm
Bug-35659-QA-follow-up-Add-kohaobjectsclass-functi.patch (text/plain), 980 bytes, created by
Matthias Meusburger
on 2024-09-10 15:48:07 UTC
(
hide
)
Description:
Bug 35659: (QA follow-up): Add koha_object(s)_class functions for OaiServer.pm
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2024-09-10 15:48:07 UTC
Size:
980 bytes
patch
obsolete
>From 052d46c034f86df74e58f925ccfc0edd2972edb6 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Tue, 10 Sep 2024 15:47:13 +0000 >Subject: [PATCH] Bug 35659: (QA follow-up): Add koha_object(s)_class functions > for OaiServer.pm > >--- > Koha/Schema/Result/OaiServer.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/Koha/Schema/Result/OaiServer.pm b/Koha/Schema/Result/OaiServer.pm >index bcad5dc9e02..a1a862dbc5a 100644 >--- a/Koha/Schema/Result/OaiServer.pm >+++ b/Koha/Schema/Result/OaiServer.pm >@@ -124,5 +124,12 @@ __PACKAGE__->set_primary_key("oai_server_id"); > # Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-31 14:51:58 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HeQgY+4P10NKCtLqdExv+g > >+sub koha_object_class { >+ 'Koha::OAIServer'; >+} >+sub koha_objects_class { >+ 'Koha::OAIServers'; >+} >+ > # You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.39.2
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 35659
:
160356
|
160357
|
160744
|
161813
|
161960
|
162004
|
162005
|
162006
|
162007
|
162008
|
162009
|
162010
|
162011
|
162527
|
162528
|
162692
|
162693
|
162694
|
163527
|
164586
|
164590
|
164602
|
164603
|
164604
|
164605
|
164606
|
164618
|
164619
|
164620
|
164621
|
164622
|
165199
|
165594
|
165595
|
165596
|
165597
|
165598
|
167106
|
167107
|
167171
|
167172
|
167173
|
167174
|
167175
|
167176
|
168982
|
168983
|
169941
|
171255
|
171258
|
171260
|
171264
|
171265
|
171267
|
171675
|
171676
|
171678
|
171679
|
172072
|
172073
|
172074
|
172075
|
172076
|
172077
|
172078
|
172079
|
172080
|
172081
|
172082
|
172083
|
172202
|
172203
|
172204
|
172205
|
172206
|
172207
|
172208
|
172209
|
172210
|
172211
|
172212
|
172213
|
173088
|
173089
|
173090
|
173091
|
173092
|
173093
|
173094
|
173095
|
173096
|
173097
|
173098
|
173099
|
173100
|
173101
|
173561
|
173599
|
173600
|
173601
|
173614
|
174790