Bugzilla – Attachment 154822 Details for
Bug 33537
Move domain limits from koha-conf to staff SMTP configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33537: Add undefined default value for belongs_to in TestBuilder
Bug-33537-Add-undefined-default-value-for-belongst.patch (text/plain), 974 bytes, created by
Pedro Amorim
on 2023-08-25 15:09:15 UTC
(
hide
)
Description:
Bug 33537: Add undefined default value for belongs_to in TestBuilder
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-08-25 15:09:15 UTC
Size:
974 bytes
patch
obsolete
>From 080309ffc4b7766a03777ff210973de20c4836b2 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 28 Jun 2023 13:52:24 +0000 >Subject: [PATCH] Bug 33537: Add undefined default value for belongs_to in > TestBuilder > >Test plan: >See next patch. It calls build_object without specifying belongs_to. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > t/lib/TestBuilder.pm | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index 4e54b1a2b3..f1da2d5b64 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -661,7 +661,10 @@ sub _gen_default_values { > closure_reason => undef, > renewal_priority => undef, > vendor_id => undef, >- }, >+ }, >+ MailDomainLimit => { >+ belongs_to => undef, >+ }, > }; > } > >-- >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 33537
:
153351
|
153352
|
153353
|
153354
|
153355
|
153356
|
153357
|
153358
|
153359
|
153361
|
153362
|
153363
|
153364
|
154769
|
154770
|
154771
|
154772
|
154773
|
154774
|
154775
|
154776
|
154777
|
154778
|
154779
|
154818
|
154819
|
154820
|
154821
|
154822
|
154823
|
154824
|
154825
|
154826
|
154827
|
154828
|
154829
|
154830
|
154831
|
154832
|
154833
|
154869
|
154870
|
154871
|
154872
|
154873
|
157017
|
157018
|
157019
|
157020
|
157021
|
157022
|
157023
|
157024
|
157025
|
157026
|
157027
|
157028
|
157029
|
157030
|
157031
|
157032
|
157038
|
157039
|
157040
|
157041
|
157042
|
157043
|
157044
|
157045
|
157046
|
157047
|
157048