Bugzilla – Attachment 123253 Details for
Bug 28261
Add visual feedback on overridden pickup locations on patron's page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28261: (QA follow-up) Fix width after adding visual feedback
Bug-28261-QA-follow-up-Fix-width-after-adding-visu.patch (text/plain), 945 bytes, created by
Nick Clemens (kidclamp)
on 2021-07-28 13:52:22 UTC
(
hide
)
Description:
Bug 28261: (QA follow-up) Fix width after adding visual feedback
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-07-28 13:52:22 UTC
Size:
945 bytes
patch
obsolete
>From 4cc3568c124487da9907b497bdeef70e9acfd42a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 28 Jul 2021 13:51:40 +0000 >Subject: [PATCH] Bug 28261: (QA follow-up) Fix width after adding visual > feedback > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index 820e0e5b68..f068dbd80e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -270,6 +270,7 @@ $(document).ready(function() { > }, > templateResult: display_pickup_location > }); >+ $('.select2-container').css('width','100%'); > }); > > $(".hold_location_select").on("change", function(){ >-- >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 28261
:
120313
|
120493
|
123111
|
123252
| 123253