Bugzilla – Attachment 174462 Details for
Bug 38069
Table settings not saving
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38069: Fix jump to the correct table
Bug-38069-Fix-jump-to-the-correct-table.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2024-11-13 11:46:54 UTC
(
hide
)
Description:
Bug 38069: Fix jump to the correct table
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-13 11:46:54 UTC
Size:
1.24 KB
patch
obsolete
>From b2997074de5d75afaf4200e0b7885d8c82644798 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 13 Nov 2024 12:46:41 +0100 >Subject: [PATCH] Bug 38069: Fix jump to the correct table > >--- > .../intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >index a3f45c22f9e..db13d28c4e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >@@ -408,7 +408,7 @@ > $("#[% panel | uri %]_panel").on('shown.bs.collapse', function () { > $('html, body').animate({ > [%- IF table.defined -%] >- scrollTop: ($("#[% page | uri %]_[% table | uri %]").offset().top) >+ scrollTop: ($("#[% page | uri %]|[% table | uri %]").offset().top) > [%- ELSE -%] > scrollTop: ($("#[% page | uri %]").offset().top) > [%- END -%] >-- >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 38069
:
172335
|
172364
| 174462 |
174681