Bug 35329: Remove fixedHeader
If fixedHeader is set for the result table in the modal, the header will still appear (quite randomly) on the main view. To recreate the problem: Go to /cgi-bin/koha/members/memberentry.pl Click Add guarantor Search Close the modal Scroll down => The header of the table will be displayed randomly at the top of the page Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
2880efc517
commit
eb0a846329
1 changed files with 1 additions and 0 deletions
|
@ -653,6 +653,7 @@
|
|||
});
|
||||
},
|
||||
[% END %]
|
||||
fixedHeader: false,
|
||||
}, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
|
||||
|
||||
patron_search_form.on('submit', filter);
|
||||
|
|
Loading…
Reference in a new issue