Bugzilla – Attachment 163132 Details for
Bug 36233
Cannot search invoices if too many vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36233: Set select2 width to 100%
Bug-36233-Set-select2-width-to-100.patch (text/plain), 850 bytes, created by
Nick Clemens (kidclamp)
on 2024-03-14 10:59:11 UTC
(
hide
)
Description:
Bug 36233: Set select2 width to 100%
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-03-14 10:59:11 UTC
Size:
850 bytes
patch
obsolete
>From 68d74cc2d8bd6ce9705145ac0bcbcade06d36f8f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 14 Mar 2024 10:58:48 +0000 >Subject: [PATCH] Bug 36233: Set select2 width to 100% > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index d60e6943f29..f189ba2b5bb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -531,6 +531,7 @@ > } > > $("#supplierid").kohaSelect({ >+ width: '100%', > allowClear: true, > ajax: { > url: '/api/v1/acquisitions/vendors', >-- >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 36233
:
162753
|
162839
|
162848
|
162849
|
162853
|
163102
|
163103
|
163132
|
163146
|
163147
|
163148