https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37024
--- Comment #39 from Jonathan Druart <[email protected]> --- Sorry, late to the party. The fix looked wrong to me, and I found some bugs: 1. With filters on the holdings table: https://snipboard.io/Ka1UIL.jpg Certainly coming from: koha-tmpl/intranet-tmpl/prog/js/datatables.js 1146 table_dt.fixedHeader.adjust(); 2. Also a problem on the item search where fixedHeader is disabled: https://snipboard.io/TUmv7n.jpg 3. The headers of the pref tables are now sticky, they are not on main: koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js: fixedHeader: false, -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
