Bugzilla – Attachment 116525 Details for
Bug 27403
Enable fixedHeader for Datatables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27403: Disable fixedHeader on itemsearch
Bug-27403-Disable-fixedHeader-on-itemsearch.patch (text/plain), 1.17 KB, created by
Katrin Fischer
on 2021-02-08 21:01:37 UTC
(
hide
)
Description:
Bug 27403: Disable fixedHeader on itemsearch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-02-08 21:01:37 UTC
Size:
1.17 KB
patch
obsolete
>From 5218f6361d60499ec7fc558931a87bcc3e6662a3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 19 Jan 2021 16:20:32 +0100 >Subject: [PATCH] Bug 27403: Disable fixedHeader on itemsearch > >It does not work. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 919fad3188..fbf47ba166 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -471,7 +471,8 @@ > { 'sName': 'issues' }, > { 'sName': 'actions', 'bSortable': false } > ], >- "sPaginationType": "full_numbers" >+ "sPaginationType": "full_numbers", >+ fixedHeader: false // There is a bug on this view > })).columnFilter({ > 'sPlaceHolder': 'head:after', > 'aoColumns': [ >-- >2.11.0
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 27403
:
115055
|
115098
|
115314
|
115323
|
115324
|
115333
|
116004
|
116005
|
116524
| 116525 |
116526
|
128685