Bugzilla – Attachment 120342 Details for
Bug 27864
Visual feedback on overridden pickup locations when placing biblio-level hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27864: (QA follow-up) Select2 style on multi-holds
Bug-27864-QA-follow-up-Select2-style-on-multi-hold.patch (text/plain), 1.08 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-04-30 14:31:30 UTC
(
hide
)
Description:
Bug 27864: (QA follow-up) Select2 style on multi-holds
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-04-30 14:31:30 UTC
Size:
1.08 KB
patch
obsolete
>From 40cc8564e88079a89c81509bcaafa73486d3fa52 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 30 Apr 2021 11:31:13 -0300 >Subject: [PATCH] Bug 27864: (QA follow-up) Select2 style on multi-holds > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >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 c5dcf7a02cb..1a397b07efb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1238,6 +1238,10 @@ > templateResult: display_pickup_location > }); > }); >+ $("#pickup_multi").select2({ >+ width: 'style', >+ allowClear: false >+ }); > $("#pickup").each( function () { > var this_dropdown = $(this); > var patron_id = $(this).data('patron-id'); >-- >2.31.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 27864
:
118232
|
118236
|
119722
|
119723
|
120012
|
120013
|
120014
|
120015
|
120170
|
120243
|
120244
|
120245
|
120341
| 120342