Bugzilla – Attachment 174733 Details for
Bug 38436
Adjust code for column visibility (after DataTables upgrade)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38069: (follow-up) Fix jump to the correct table
Bug-38069-follow-up-Fix-jump-to-the-correct-table.patch (text/plain), 1.36 KB, created by
Owen Leonard
on 2024-11-18 15:41:18 UTC
(
hide
)
Description:
Bug 38069: (follow-up) Fix jump to the correct table
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-11-18 15:41:18 UTC
Size:
1.36 KB
patch
obsolete
>From f1342aa7b53419a67159f50ac6550e80939cc3dd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Nov 2024 13:22:29 +0100 >Subject: [PATCH] Bug 38069: (follow-up) Fix jump to the correct table > >https://bugs.koha-community.org/show_bug.cgi?id=38436 >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 db13d28c4e..98edb89737 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.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 38436
:
174587
|
174588
|
174589
|
174590
|
174591
|
174592
|
174593
|
174594
|
174595
|
174634
|
174641
|
174642
|
174688
|
174689
|
174690
|
174691
|
174692
|
174693
|
174694
|
174695
|
174696
|
174697
|
174698
|
174699
|
174700
|
174701
|
174702
|
174721
|
174722
|
174723
|
174724
|
174725
|
174726
|
174727
|
174728
|
174729
|
174730
|
174731
|
174732
|
174733
|
174734
|
174735
|
174736
|
174740
|
174741
|
174742
|
174743
|
174744
|
174745
|
174746
|
174747
|
174748
|
174749
|
174750
|
174751
|
174752
|
174753
|
174754
|
174755
|
174756
|
174766
|
174767
|
174768
|
174769
|
174770
|
174771
|
174772
|
174773
|
174774
|
174775
|
174776
|
174777
|
174778
|
174779
|
174780
|
174781
|
174782
|
174821
|
174967