Bugzilla – Attachment 114895 Details for
Bug 27352
Add GET /biblios/:biblio_id/items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27352: Missed case in bug 25032
Bug-27352-Missed-case-in-bug-25032.patch (text/plain), 785 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-01-06 16:12:30 UTC
(
hide
)
Description:
Bug 27352: Missed case in bug 25032
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-01-06 16:12:30 UTC
Size:
785 bytes
patch
obsolete
>From f27cd860389e615e3387f4ea0523deee192b850e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 6 Jan 2021 13:11:34 -0300 >Subject: [PATCH] Bug 27352: Missed case in bug 25032 > >Probably because of the order things got pushed. >--- > Koha/REST/V1/Biblios.pm | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >diff --git a/Koha/REST/V1/Biblios.pm b/Koha/REST/V1/Biblios.pm >index 4e803b1988..efe7c5dfe8 100644 >--- a/Koha/REST/V1/Biblios.pm >+++ b/Koha/REST/V1/Biblios.pm >@@ -230,10 +230,7 @@ sub get_public { > ); > } > catch { >- return $c->render( >- status => 500, >- openapi => { error => "Something went wrong, check the logs ($_)" } >- ); >+ $c->unhandled_exception($_); > }; > } > >-- >2.30.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 27352
:
114892
|
114894
|
114895
|
114983
|
114984
|
114985
|
115810
|
115811
|
115812