Bugzilla – Attachment 181591 Details for
Bug 39754
Cannot scroll EANs when clicking 'Create EDIFACT order' in a basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39754: Enable fixed height and overflow on EDIFACT dropdown
Bug-39754-Enable-fixed-height-and-overflow-on-EDIF.patch (text/plain), 1.67 KB, created by
Nick Clemens (kidclamp)
on 2025-04-28 11:26:33 UTC
(
hide
)
Description:
Bug 39754: Enable fixed height and overflow on EDIFACT dropdown
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-04-28 11:26:33 UTC
Size:
1.67 KB
patch
obsolete
>From 117104f9a76faeb0e9845a91f227cfccc6665f52 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Mon, 28 Apr 2025 09:57:07 +0100 >Subject: [PATCH] Bug 39754: Enable fixed height and overflow on EDIFACT > dropdown > >This patch updates the 'Create EDIFACT order' menu dropdown for cases >where multiple EANs are available for the library. > >We set the dropdown to a max-height of 75% of the window height and then >we enable y scrolling and hide the x scrollbar. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 83c63177a7a..6b8079e8c9f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -136,7 +136,7 @@ > > > [% ELSE %] > <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" id="ediorderbutton"><i class="fa fa-download"></i> Create EDIFACT order</button> >- <ul class="dropdown-menu"> >+ <ul class="dropdown-menu overflow-y-autoi overflow-x-hidden" style="max-height: 75vh;"> > [% FOREACH eanacct IN eans %] > <li> > <a >-- >2.39.5
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 39754
:
181578
|
181591
|
182400
|
182677