Bugzilla – Attachment 173599 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) fix t/db_dependent/TestBuilder.t
Bug-35659-QA-follow-up-fix-tdbdependentTestBuilder.patch (text/plain), 1.38 KB, created by
David Cook
on 2024-10-29 00:36:34 UTC
(
hide
)
Description:
Bug 35659: (QA follow-up) fix t/db_dependent/TestBuilder.t
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-10-29 00:36:34 UTC
Size:
1.38 KB
patch
obsolete
>From a4f4f63f3b4fe2af714c80a38417c7ed090d5658 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 29 Oct 2024 00:35:45 +0000 >Subject: [PATCH] Bug 35659: (QA follow-up) fix t/db_dependent/TestBuilder.t > >--- > Koha/Schema/Result/ImportOaiAuthority.pm | 9 +++++++++ > Koha/Schema/Result/ImportOaiBiblio.pm | 9 +++++++++ > 2 files changed, 18 insertions(+) > >diff --git a/Koha/Schema/Result/ImportOaiAuthority.pm b/Koha/Schema/Result/ImportOaiAuthority.pm >index 99e01adf7e..28a8f96219 100644 >--- a/Koha/Schema/Result/ImportOaiAuthority.pm >+++ b/Koha/Schema/Result/ImportOaiAuthority.pm >@@ -149,4 +149,13 @@ __PACKAGE__->belongs_to( > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >+ >+sub koha_object_class { >+ 'Koha::Import::OAI::Authority'; >+} >+ >+sub koha_objects_class { >+ 'Koha::Import::OAI::Authorities'; >+} >+ > 1; >diff --git a/Koha/Schema/Result/ImportOaiBiblio.pm b/Koha/Schema/Result/ImportOaiBiblio.pm >index 11471853e0..95e24d7c39 100644 >--- a/Koha/Schema/Result/ImportOaiBiblio.pm >+++ b/Koha/Schema/Result/ImportOaiBiblio.pm >@@ -143,4 +143,13 @@ __PACKAGE__->belongs_to( > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >+ >+sub koha_object_class { >+ 'Koha::Import::OAI::Biblio'; >+} >+ >+sub koha_objects_class { >+ 'Koha::Import::OAI::Biblios'; >+} >+ > 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