Bugzilla – Attachment 172573 Details for
Bug 37945
Links for system preferences subsections don't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37945: Remove fixedHeader for sysprefs
Bug-37945-Remove-fixedHeader-for-sysprefs.patch (text/plain), 887 bytes, created by
Jonathan Druart
on 2024-10-09 14:02:28 UTC
(
hide
)
Description:
Bug 37945: Remove fixedHeader for sysprefs
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-09 14:02:28 UTC
Size:
887 bytes
patch
obsolete
>From 1c25b2b93c29c9c4126344e76fc6f854d389da42 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 9 Oct 2024 16:01:48 +0200 >Subject: [PATCH] Bug 37945: Remove fixedHeader for sysprefs > >It breaks the scroll when a subsection is clicked. >--- > koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js b/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >index 608c916d640..58eae20d353 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >@@ -213,6 +213,7 @@ $("table.preferences").dataTable( > dom: "t", > columnDefs: [{ targets: [-1], orderable: false, searchable: false }], > paging: false, >+ fixedHeader: false, > }) > ); > >-- >2.34.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 37945
:
172572
|
172573
|
172576
|
172666