Bugzilla – Attachment 56811 Details for
Bug 17428
REST API: CRUD endpoint for cities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17428: (QA followup) Remove warning
Bug-17428-QA-followup-Remove-warning.patch (text/plain), 851 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2016-10-24 16:08:46 UTC
(
hide
)
Description:
Bug 17428: (QA followup) Remove warning
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-10-24 16:08:46 UTC
Size:
851 bytes
patch
obsolete
>From aeae7cd99de4dd793e25146263b769fd674e5646 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 24 Oct 2016 17:04:11 +0200 >Subject: [PATCH] Bug 17428: (QA followup) Remove warning > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/REST/V1/Cities.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/REST/V1/Cities.pm b/Koha/REST/V1/Cities.pm >index d9d2774..e8ababe 100644 >--- a/Koha/REST/V1/Cities.pm >+++ b/Koha/REST/V1/Cities.pm >@@ -30,8 +30,9 @@ sub list { > > my $cities; > my $filter; >+ $args //= {}; > >- for my $filter_param ( keys $args ) { >+ for my $filter_param ( keys %$args ) { > $filter->{$filter_param} = { LIKE => $args->{$filter_param} . "%" }; > } > >-- >2.7.4
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 17428
:
56189
|
56190
|
56191
|
56226
|
56227
|
56228
|
56261
|
56314
|
56501
|
56544
|
56545
|
56548
|
56553
|
56554
|
56555
|
56556
|
56557
|
56558
|
56559
|
56724
|
56741
|
56800
|
56801
|
56802
|
56803
|
56804
|
56807
|
56808
|
56809
|
56810
| 56811 |
56812