Bugzilla – Attachment 91238 Details for
Bug 17005
Extend /checkouts route to list circulation history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17005: Fix bad rebase
Bug-17005-Fix-bad-rebase.patch (text/plain), 924 bytes, created by
Josef Moravec
on 2019-07-03 20:02:20 UTC
(
hide
)
Description:
Bug 17005: Fix bad rebase
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-07-03 20:02:20 UTC
Size:
924 bytes
patch
obsolete
>From e323c0f85c2fbff7bde5f73af2c8a76847a39c98 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 3 Jul 2019 19:58:20 +0000 >Subject: [PATCH] Bug 17005: Fix bad rebase > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > Koha/REST/V1/Checkouts.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/REST/V1/Checkouts.pm b/Koha/REST/V1/Checkouts.pm >index aa48d148ef..b3a0699006 100644 >--- a/Koha/REST/V1/Checkouts.pm >+++ b/Koha/REST/V1/Checkouts.pm >@@ -51,7 +51,7 @@ sub list { > if ( $checked_in ) { > $checkouts_set = Koha::Old::Checkouts->new; > } else { >- my $checkouts_set = Koha::Checkouts->new; >+ $checkouts_set = Koha::Checkouts->new; > } > my $checkouts = $c->objects->search( $checkouts_set, \&_to_model, \&_to_api ); > return $c->render( status => 200, openapi => $checkouts ); >-- >2.11.0
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 17005
:
53843
|
53851
|
53852
|
53858
|
54198
|
56698
|
56699
|
61197
|
87254
|
87255
|
87383
|
87384
|
87385
|
87405
|
87406
|
87407
|
87442
|
87443
|
87444
|
87447
|
87448
|
87449
|
88263
|
88264
|
88265
|
88329
|
88330
|
88331
|
91166
|
91167
|
91168
|
91235
|
91236
|
91237
|
91238
|
93757
|
93758
|
93759
|
93760