Bugzilla – Attachment 175368 Details for
Bug 38675
'Switch provider' dropdown options not styled properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38675: Add correct dropdown item class
Bug-38675-Add-correct-dropdown-item-class.patch (text/plain), 2.20 KB, created by
Pedro Amorim
on 2024-12-11 09:42:41 UTC
(
hide
)
Description:
Bug 38675: Add correct dropdown item class
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-12-11 09:42:41 UTC
Size:
2.20 KB
patch
obsolete
>From 3c85497e998c315f515842549417215fe447de3c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 11 Dec 2024 08:42:53 -0100 >Subject: [PATCH] Bug 38675: Add correct dropdown item class > >Test plan: >1) Install at least 2 ILL backends, i.e.: > https://github.com/PTFS-Europe/koha-ill-backend-plugin/releases/tag/v2.0.5 > https://github.com/PTFS-Europe/koha-ill-reprintsdesk/releases/tag/rc-v3.0.1 >2) Enable ILLModule. Create a regular 'Standard' ILL request: > <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard >3) Pick a type, add '42' (default koha admin user on k-t-d) to cardnumber and pick a library. Click 'Create'. >4) Look at the top toolbar buttons. Click the 'Switch provider' button. You should see 'ReprintsDesk' and 'PluginBackend', but the styling is wrong. >5) Apply patch. Repeat. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 60b8a4a62da..f55cc531ecf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -608,7 +608,7 @@ > <ul class="dropdown-menu" aria-labelledby="ill-migrate-dropdown"> > [% FOREACH backend IN backends %] > [% IF backend != request.backend %] >- <li><a href="/cgi-bin/koha/ill/ill-requests.pl?op=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]&backend=[% backend | uri %]">[% backend | html %]</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/ill/ill-requests.pl?op=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]&backend=[% backend | uri %]">[% backend | html %]</a></li> > [% END %] > [% END %] > </ul> >-- >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 38675
:
175368
|
175369
|
175472