Bugzilla – Attachment 169315 Details for
Bug 37374
Place hold button non-responsive for club holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37374: Fix functionality of 'Place hold' button for club holds
Bug-37374-Fix-functionality-of-Place-hold-button-f.patch (text/plain), 1.41 KB, created by
Sam Lau
on 2024-07-22 15:50:46 UTC
(
hide
)
Description:
Bug 37374: Fix functionality of 'Place hold' button for club holds
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-07-22 15:50:46 UTC
Size:
1.41 KB
patch
obsolete
>From 155d6de605e529c329d07fb1f822ae244981620e Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Mon, 22 Jul 2024 15:48:01 +0000 >Subject: [PATCH] Bug 37374: Fix functionality of 'Place hold' button for club > holds > >To test: >1) create a club >2) put 1 patron in your club >3) find a bib >4) Click Holds, then Clubs >5) search for your club, confirm hold detail >6) click Place Hold >7) nothing happens >8) Apply patch >9) Refresh page and click 'Place hold' again >10) Hold is properly placed >--- > 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 335aa6355f..457708dfd4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -302,7 +302,7 @@ > </div> > <fieldset class="rows"> > <legend>Hold details</legend> >- <form action="/api/v1/clubs/[% club.id | html %]/holds" method="get" name="form" id="club-request-form"> >+ <form action="/api/v1/clubs/[% club.id | html %]/holds" method="post" name="form" id="club-request-form"> > > [% IF ( multi_hold ) %] > <input type="hidden" name="request" value="any"/> >-- >2.39.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 37374
:
169315
|
169319
|
169420
|
169497
|
169548