Bugzilla – Attachment 172572 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: Fix scroll on syspref page
Bug-37945-Fix-scroll-on-syspref-page.patch (text/plain), 1.12 KB, created by
Jonathan Druart
on 2024-10-09 13:58:04 UTC
(
hide
)
Description:
Bug 37945: Fix scroll on syspref page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-09 13:58:04 UTC
Size:
1.12 KB
patch
obsolete
>From df6b7045a67c63dcea68f1005fae6e507beca539 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 9 Oct 2024 15:57:29 +0200 >Subject: [PATCH] Bug 37945: Fix scroll on syspref page > >--- > koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js b/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >index 608c916d640..c513055f381 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js >@@ -208,13 +208,11 @@ function addConsentDeleteHandler() { > }); > } > >-$("table.preferences").dataTable( >- $.extend(true, {}, dataTablesDefaults, { >- dom: "t", >- columnDefs: [{ targets: [-1], orderable: false, searchable: false }], >- paging: false, >- }) >-); >+$("table.preferences").dataTable({ >+ dom: "t", >+ columnDefs: [{ targets: [-1], orderable: false, searchable: false }], >+ paging: false, >+}); > > $(".prefs-tab") > .find("input.preference, textarea.preference") >-- >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