Bugzilla – Attachment 119723 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
Martin Renvoize (ashimema)
on 2021-04-16 12:17:05 UTC
(
hide
)
Description:
Bug 27864: Correct dropdown size
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-04-16 12:17:05 UTC
Size:
1.06 KB
patch
obsolete
>From 5d68eed37e12191201f656ec02a335445579342b 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 981659fbab..fec1f79ab1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1236,6 +1236,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.20.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