Bugzilla – Attachment 108881 Details for
Bug 25727
Update the Select2 JS lib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25727: Default to dropdownAutoWidth
Bug-25727-Default-to-dropdownAutoWidth.patch (text/plain), 967 bytes, created by
Katrin Fischer
on 2020-08-21 22:09:36 UTC
(
hide
)
Description:
Bug 25727: Default to dropdownAutoWidth
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-21 22:09:36 UTC
Size:
967 bytes
patch
obsolete
>From cdc858be72fa628fdb1f4a3aac0ea6a78c974dc7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 17 Aug 2020 14:39:43 +0000 >Subject: [PATCH] Bug 25727: Default to dropdownAutoWidth > >This will set a correct width by default. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc >index 4d0aed87ca..d89b21f127 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc >@@ -7,6 +7,7 @@ > <script> > $.fn.select2.defaults.set("allowClear", true); > $.fn.select2.defaults.set("placeholder", ""); >+ $.fn.select2.defaults.set("dropdownAutoWidth", true); > > // Internationalization > $.fn.select2.defaults.set("language", { >-- >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 25727
:
105822
|
105853
|
105854
|
105855
|
105975
|
105976
|
105977
|
105978
|
105979
|
105980
|
108351
|
108352
|
108353
|
108354
|
108355
|
108395
|
108400
|
108436
|
108823
|
108829
|
108830
|
108875
|
108876
|
108877
|
108878
|
108879
|
108880
| 108881 |
108882
|
109359
|
109361