Bugzilla – Attachment 120013 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: Correct dropdown size
Bug-27864-Correct-dropdown-size.patch (text/plain), 1.06 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-04-22 15:58:26 UTC
(
hide
)
Description:
Bug 27864: Correct dropdown size
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-04-22 15:58:26 UTC
Size:
1.06 KB
patch
obsolete
>From 7cc6c5df2b73ba0352dda62bbd327dc66fc7287a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 15 Mar 2021 11:36:04 -0300 >Subject: [PATCH] Bug 27864: Correct dropdown size > >This patch makes the dropdown width inherit the existing style. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 1 + > 1 file changed, 1 insertion(+) > >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 6b021298f6e..a98d4d4fda3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1244,6 +1244,7 @@ > var biblio_id = $(this).data('biblio-id'); > > this_dropdown.select2({ >+ width: 'style', > allowClear: false, > ajax: { > url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations', >-- >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