Bugzilla – Attachment 172537 Details for
Bug 38057
Fix checkmarks in change framework menu in advanced editor after Bootstrap5 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38057: Fix checkmarks in Change framework menu in Advanced editor after Bootstrap5 update
Bug-38057-Fix-checkmarks-in-Change-framework-menu-.patch (text/plain), 1.67 KB, created by
Owen Leonard
on 2024-10-08 15:53:17 UTC
(
hide
)
Description:
Bug 38057: Fix checkmarks in Change framework menu in Advanced editor after Bootstrap5 update
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-10-08 15:53:17 UTC
Size:
1.67 KB
patch
obsolete
>From 490981250283a4f4a731f7371ae3ace59ffe726b Mon Sep 17 00:00:00 2001 >From: Phil Ringnalda <phil@chetcolibrary.org> >Date: Tue, 1 Oct 2024 21:34:10 -0700 >Subject: [PATCH] Bug 38057: Fix checkmarks in Change framework menu in > Advanced editor after Bootstrap5 update > >The advanced editor was using a class hidden from bootstrap.min.css to >hide checkmarks in the part of the Settings menu that lets you change >frameworks. Now that's gone, so it needs to have its own class. > >Test plan: >1. Set the preference EnableAdvancedCatalogingEditor to Enable >2. Cataloging - Advanced editor - click the Settings menu >3. In Change framework, ... checkmarks, checkmarks everywhere, and they > don't change when you choose a different one, so after the first > change you can't even tell what's current >4. Apply patch, Shift+Reload the advanced editor page to bypass the cache >5. Click the Setting menu, see that only the current framework has a > checkmark, change to a different one and reopen the Settings menu, > see that the one you changed to now has the only checkmark > >Sponsored-by: Chetco Community Public Library >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/css/cateditor.css | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >index 0b8bfe20b6..c2e2640c26 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >@@ -28,6 +28,10 @@ body { > width: 15em; > } > >+.hidden { >+ display: none; >+} >+ > #alerts-container { > font-size: 12px; > } >-- >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 38057
:
172293
|
172296
|
172537
|
172664