Bugzilla – Attachment 100830 Details for
Bug 24510
When placing a hold, cursor doesn't focus on patron name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24510: Add missing filter
Bug-24510-Add-missing-filter.patch (text/plain), 1.03 KB, created by
Katrin Fischer
on 2020-03-16 21:34:28 UTC
(
hide
)
Description:
Bug 24510: Add missing filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-03-16 21:34:28 UTC
Size:
1.03 KB
patch
obsolete
>From 77868e9aaea99b6b31d8e23f45563e11c77ad2d1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 16 Mar 2020 12:16:27 +0100 >Subject: [PATCH] Bug 24510: Add missing filter > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 c8a56e8d8e..7ccddd5f02 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -976,7 +976,7 @@ > $(document).ready(function() { > [% SET active = clubs ? 1 : 0 %] > $('#circ_holds_select').tabs({ >- active: [% active %], >+ active: [% active | $raw %], > activate: function(){ > $(this).find("input.focus").focus(); > }, >-- >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 24510
:
97887
|
97922
|
99658
|
99659
|
99660
|
99661
|
99662
|
99663
|
99665
|
99666
|
100733
|
100827
|
100828
|
100829
| 100830