Bugzilla – Attachment 149439 Details for
Bug 33482
Errors from EBSCO's ws are not reported to the UI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33482: Add Unsupported Media Type exception
Bug-33482-Add-Unsupported-Media-Type-exception.patch (text/plain), 919 bytes, created by
Pedro Amorim
on 2023-04-11 12:47:02 UTC
(
hide
)
Description:
Bug 33482: Add Unsupported Media Type exception
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-04-11 12:47:02 UTC
Size:
919 bytes
patch
obsolete
>From 8dee0ed572a8b22c7846b4c6c0c062cfb3b2b2de Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 11 Apr 2023 12:40:59 +0000 >Subject: [PATCH] Bug 33482: Add Unsupported Media Type exception > >--- > Koha/Exceptions.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Koha/Exceptions.pm b/Koha/Exceptions.pm >index 80156abee7c..5e878d967ef 100644 >--- a/Koha/Exceptions.pm >+++ b/Koha/Exceptions.pm >@@ -65,6 +65,10 @@ use Exception::Class ( > isa => 'Koha::Exception', > description => 'General problem adding a library limit' > }, >+ 'Koha::Exceptions::UnsupportedMediaType' => { >+ isa => 'Koha::Exception', >+ description => 'The media format of the requested data is not supported by the server', >+ }, > 'Koha::Exceptions::UnderMaintenance' => { > isa => 'Koha::Exception', > description => 'Koha is under maintenance.' >-- >2.30.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 33482
:
149435
|
149439
|
149440
|
149450
|
149508
|
150292