Bugzilla – Attachment 153435 Details for
Bug 33245
Add $patron->is_active
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33245: TestBuilder: Default value for anonymized
Bug-33245-TestBuilder-Default-value-for-anonymized.patch (text/plain), 1.10 KB, created by
Matt Blenkinsop
on 2023-07-14 08:15:17 UTC
(
hide
)
Description:
Bug 33245: TestBuilder: Default value for anonymized
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-07-14 08:15:17 UTC
Size:
1.10 KB
patch
obsolete
>From 7dbec459065c1c7868ec064c5079db684ecc8e5b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 16 Mar 2023 15:41:33 +0000 >Subject: [PATCH] Bug 33245: TestBuilder: Default value for anonymized > >When we create a patron with TestBuilder, we normally >do not expect an anonymized status. This will certainly >hold for the patrons we are creating for testing is_active >in a following patch. > >Test plan: >Run t/db_dependent/Koha/Patron.t >Run t/db_dependent/Koha/Patrons.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > t/lib/TestBuilder.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index 4e54b1a2b3..481b50c397 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -580,6 +580,7 @@ sub _gen_default_values { > borrowernotes => '', > secret => undef, > password_expiration_date => undef, >+ anonymized => 0, > }, > Item => { > notforloan => 0, >-- >2.37.1 (Apple Git-137.1)
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 33245
:
151800
|
151801
|
151802
|
153435
|
153436
|
153437
|
155050
|
155051
|
155052
|
155161
|
155162
|
155163
|
156528
|
156529
|
156530
|
156541
|
156542
|
156543