Bugzilla – Attachment 123692 Details for
Bug 28779
Calling request.pl with non-existent biblionumber gives internal server error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28779: (QA follow-up) Even more specific message
Bug-28779-QA-follow-up-Even-more-specific-message.patch (text/plain), 1.52 KB, created by
Katrin Fischer
on 2021-08-10 13:50:01 UTC
(
hide
)
Description:
Bug 28779: (QA follow-up) Even more specific message
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-08-10 13:50:01 UTC
Size:
1.52 KB
patch
obsolete
>From 34e26ec255d4efbf9b1dc2835e3267a31ffd23e4 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 10 Aug 2021 15:21:18 +0200 >Subject: [PATCH] Bug 28779: (QA follow-up) Even more specific message > >For the detail page, the MARC view etc. we use the text: > >The record you requested does not exist (488). > >I think this is better than "not found", because that sounds >like it might be an issue with the search index, which we can >rule out in this case. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 513b903f5a..8d5839ed0a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -75,9 +75,9 @@ > [% IF ( nobiblio ) %] > <div class="dialog alert"> > [%IF (multi_hold) %] >- <strong>Cannot place hold:</strong> one or more records cannot be found. >+ <strong>Cannot place hold:</strong> one or more records don't exist. > [% ELSE %] >- <strong>Cannot place hold:</strong> this record cannot be found. >+ <strong>Cannot place hold:</strong> this record doesn't exist. > [% END %] > </div> > [% END %] >-- >2.11.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 28779
:
123280
|
123285
|
123304
|
123330
|
123331
|
123370
|
123371
|
123690
|
123691
| 123692