Bugzilla – Attachment 157886 Details for
Bug 29523
Add a way to prevent embedding objects that should not be allowed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29523: (QA follow-up) Fix failing test in club holds
Bug-29523-QA-follow-up-Fix-failing-test-in-club-ho.patch (text/plain), 1010 bytes, created by
Marcel de Rooy
on 2023-10-26 07:31:44 UTC
(
hide
)
Description:
Bug 29523: (QA follow-up) Fix failing test in club holds
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-10-26 07:31:44 UTC
Size:
1010 bytes
patch
obsolete
>From a314e999a69cdd3851e5f0d80eac6d1887f18a41 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 26 Nov 2021 14:47:12 +0000 >Subject: [PATCH] Bug 29523: (QA follow-up) Fix failing test in club holds >Content-Type: text/plain; charset=utf-8 > >With this patch series, all singular objects need to 'use' their plural >counterparts.. otherwise the parent can't find search_related. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Club/Hold.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Club/Hold.pm b/Koha/Club/Hold.pm >index 9c1bbc7a70..18390559c7 100644 >--- a/Koha/Club/Hold.pm >+++ b/Koha/Club/Hold.pm >@@ -28,6 +28,7 @@ use base qw(Koha::Object); > use Koha::Exceptions; > use Koha::Exceptions::ClubHold; > use Koha::Club::Hold::PatronHold; >+use Koha::Club::Holds; > use Koha::Clubs; > use Koha::Patrons; > >-- >2.30.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 29523
:
127886
|
127887
|
127888
|
127889
|
127991
|
127992
|
127993
|
127994
|
128042
|
128043
|
128044
|
128045
|
128046
|
128047
|
128048
|
128688
|
128689
|
128690
|
128691
|
128692
|
128693
|
128694
|
131326
|
131331
|
131332
|
136684
|
136685
|
136686
|
136687
|
136688
|
136689
|
136690
|
136691
|
136692
|
136706
|
136714
|
148736
|
148737
|
148738
|
148739
|
148740
|
148741
|
148742
|
148743
|
148744
|
148745
|
150989
|
150990
|
150991
|
150992
|
150993
|
150994
|
150995
|
150996
|
150997
|
150998
|
156939
|
156940
|
156941
|
156942
|
156943
|
156944
|
156945
|
156946
|
156947
|
156948
|
156949
|
156965
|
157049
|
157071
|
157072
|
157073
|
157074
|
157075
|
157076
|
157077
|
157078
|
157079
|
157080
|
157081
|
157406
|
157407
|
157408
|
157409
|
157410
|
157411
|
157412
|
157413
|
157414
|
157415
|
157416
|
157673
|
157679
|
157683
|
157799
|
157881
|
157882
|
157883
|
157884
|
157885
| 157886 |
157887
|
157888
|
157889
|
157890
|
157891
|
157892
|
157893
|
158013