Bugzilla – Attachment 182541 Details for
Bug 39917
Display a prompt for status alias when completing a request if ILL_STATUS_ALIAS in use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39917: (QA follow-up): Fix xt/find-missing-filters.t
Bug-39917-QA-follow-up-Fix-xtfind-missing-filterst.patch (text/plain), 1.37 KB, created by
Pedro Amorim
on 2025-05-16 14:25:41 UTC
(
hide
)
Description:
Bug 39917: (QA follow-up): Fix xt/find-missing-filters.t
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-05-16 14:25:41 UTC
Size:
1.37 KB
patch
obsolete
>From cc93be535f89b974f008bd39ddfed79b8954a9c6 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Fri, 16 May 2025 14:25:15 +0000 >Subject: [PATCH] Bug 39917: (QA follow-up): Fix xt/find-missing-filters.t > >prove xt/find-missing-filters.t >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 63974c3f9d1..ecd6eb56591 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -133,7 +133,7 @@ > </select> > <input type="hidden" name="method" value="mark_completed"> > <input type="hidden" name="stage" value="complete"> >- <input type="hidden" name="illrequest_id" value="[% request.illrequest_id %]"> >+ <input type="hidden" name="illrequest_id" value="[% request.illrequest_id | html%]"> > <fieldset class="action"> > <button type="submit" class="btn btn-sm btn-primary">Complete request</button> > <a class="btn btn-sm btn-default cancel" href="[% base_url | url %]">Cancel</a> >-- >2.39.5
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 39917
:
182517
|
182518
|
182541
|
183091
|
183092
|
183093