Bugzilla – Attachment 118236 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), 1019 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-03-15 14:36:46 UTC
(
hide
)
Description:
Bug 27864: Correct dropdown size
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-03-15 14:36:46 UTC
Size:
1019 bytes
patch
obsolete
>From e13acabded3938a4f553f9572167b948787b8e49 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. >--- > 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 2a9c08853f8..cb15efa8c45 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1219,6 +1219,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.30.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 27864
:
118232
|
118236
|
119722
|
119723
|
120012
|
120013
|
120014
|
120015
|
120170
|
120243
|
120244
|
120245
|
120341
|
120342