Bugzilla – Attachment 194617 Details for
Bug 23269
Long hold queues are slowing the service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23269: (follow-up) Remove form action from existing_holds
0001-Bug-23269-follow-up-Remove-form-action-from-existing.patch (text/plain), 1.29 KB, created by
Johanna Räisä
on 2026-03-06 07:51:39 UTC
(
hide
)
Description:
Bug 23269: (follow-up) Remove form action from existing_holds
Filename:
MIME Type:
Creator:
Johanna Räisä
Created:
2026-03-06 07:51:39 UTC
Size:
1.29 KB
patch
obsolete
>From 7322be0b23c612de40d85c72b6c14c51e7a851d4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Johanna=20R=C3=A4is=C3=A4?= <johanna.raisa@gmail.com> >Date: Fri, 6 Mar 2026 09:37:02 +0200 >Subject: [PATCH] Bug 23269: (follow-up) Remove form action from existing_holds > >This patch removes the form action from extisting_holds form. The actions are made with REST API and the form action is not needed anymore. > >Sponsored-by: Koha-Suomi Oy >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 cb1c9ac1f7..0c9d5bf02e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1312,7 +1312,7 @@ > [% END %] > [% END %] > [% IF ( total_holds ) %] >- <form id="existing_holds" name="T[% time | html %]" action="modrequest.pl" method="post" style="display:block"> >+ <form id="existing_holds" name="T[% time | html %]" style="display:block"> > [% INCLUDE 'csrf-token.inc' %] > [% IF ( multi_hold ) %] > [% FOREACH biblionumber IN biblionumbers %] >-- >2.34.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 23269
:
173770
|
176705
|
177151
|
181244
|
181247
|
182728
|
182729
|
182730
|
182754
|
182755
|
182756
|
182757
|
191638
|
191669
|
191670
|
192821
|
192849
|
192850
|
192851
|
192939
|
192940
|
192941
|
192942
|
192943
|
193100
|
193101
|
193102
|
193103
|
193104
|
193198
|
193199
|
193200
|
193201
|
193219
|
193336
|
194518
| 194617