Bugzilla – Attachment 66633 Details for
Bug 19209
Koha::Objects should provide ->is_paged method
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19209 [Followup] - Ensure checkouts don't prevent deleting patrons
Bug-19209-Followup---Ensure-checkouts-dont-prevent.patch (text/plain), 919 bytes, created by
Kyle M Hall (khall)
on 2017-08-30 16:07:15 UTC
(
hide
)
Description:
Bug 19209 [Followup] - Ensure checkouts don't prevent deleting patrons
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-08-30 16:07:15 UTC
Size:
919 bytes
patch
obsolete
>From 50abe28eb1516d92bec61f2f204672b366128f5f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 30 Aug 2017 12:06:36 -0400 >Subject: [PATCH] Bug 19209 [Followup] - Ensure checkouts don't prevent > deleting patrons > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/Objects.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Objects.t b/t/db_dependent/Koha/Objects.t >index 069c2c8..71b7abb 100644 >--- a/t/db_dependent/Koha/Objects.t >+++ b/t/db_dependent/Koha/Objects.t >@@ -216,7 +216,8 @@ subtest '->is_paged and ->pager tests' => sub { > $schema->storage->txn_begin; > > # Delete existing patrons >- Koha::Patrons->search->delete; >+ Koha::Checkouts->delete; >+ Koha::Patrons->delete; > # Create 10 patrons > foreach (1..10) { > $builder->build_object({ class => 'Koha::Patrons' }); >-- >2.10.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 19209
:
66620
|
66627
|
66631
|
66632
|
66633
|
66683
|
66684
|
66685