Bugzilla – Attachment 127532 Details for
Bug 26636
Add objects.find Mojolicious helper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26636: (QA follow-up) Handle no results correctly [20.11.x]
Bug-26636-QA-follow-up-Handle-no-results-correctly.patch (text/plain), 1016 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-11-11 11:34:48 UTC
(
hide
)
Description:
Bug 26636: (QA follow-up) Handle no results correctly [20.11.x]
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-11-11 11:34:48 UTC
Size:
1016 bytes
patch
obsolete
>From bead002044b9093a2dc8483c700ff5ae91a2d2a8 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 2 Feb 2021 16:39:40 -0300 >Subject: [PATCH] Bug 26636: (QA follow-up) Handle no results correctly > [20.11.x] > >Sponsored-by: Virginia Polytechnic Institute and State University > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/REST/Plugin/Objects.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/REST/Plugin/Objects.pm b/Koha/REST/Plugin/Objects.pm >index 02d4bd01da..aa6eb16997 100644 >--- a/Koha/REST/Plugin/Objects.pm >+++ b/Koha/REST/Plugin/Objects.pm >@@ -64,6 +64,8 @@ the requested object. It passes through any embeds if specified. > > my $object = $result_set->find( $id, $attributes ); > >+ return unless $object; >+ > return $object->to_api({ embed => $embed }); > } > ); >-- >2.33.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 26636
:
111418
|
111419
|
116222
|
116223
|
116224
|
116225
|
116226
|
116227
|
116228
|
116229
|
116230
|
116231
|
116594
|
116595
|
116596
|
116597
|
116598
|
117669
|
117670
|
117671
|
117672
|
117673
|
127528
|
127529
|
127530
|
127531
| 127532