Bugzilla – Attachment 94549 Details for
Bug 18795
REST API: DELETE (anonymize) checkout history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18795: (follow-up) Unify error message to be same across codebase
Bug-18795-follow-up-Unify-error-message-to-be-same.patch (text/plain), 892 bytes, created by
Joonas Kylmälä
on 2019-10-22 12:59:24 UTC
(
hide
)
Description:
Bug 18795: (follow-up) Unify error message to be same across codebase
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2019-10-22 12:59:24 UTC
Size:
892 bytes
patch
obsolete
>From 2d1db959c1a7ad5d8d7d7998115985eb5f29a480 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Tue, 22 Oct 2019 12:48:17 +0000 >Subject: [PATCH] Bug 18795: (follow-up) Unify error message to be same across > codebase > >In Koha/REST/V1/Patrons.pm the error message for not finding patron is >"Patron not found" so let's use the same here. >--- > 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 887714d22c..0c1afa26e8 100644 >--- a/Koha/REST/V1/Checkouts.pm >+++ b/Koha/REST/V1/Checkouts.pm >@@ -199,7 +199,7 @@ sub delete_history { > > unless ($patrons->count) { > return $c->render( status => 404, openapi => { >- error => "Patron doesn't exist" >+ error => "Patron not found" > }); > } > >-- >2.17.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 18795
:
64255
|
94533
|
94547
|
94548
|
94549
|
94552
|
94555
|
95246
|
95247
|
95248
|
95265
|
95266
|
95267
|
95463
|
95464
|
95465