Bug 13858: Datatables paging on Koha news tool page slightly broken
The paging is slightly broken in the datatables table on the news page in the tools module. To test: - Access the tools > news page - Make sure you have a few news entries - Check that the paging is broken without the patch and fixed once the patch is applied Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
031cccb674
commit
f3e02d2496
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
{ "aTargets": [ 0, -1 ], "bSearchable": false },
|
{ "aTargets": [ 0, -1 ], "bSearchable": false },
|
||||||
{ 'sType': "title-string", 'aTargets' : [ 'title-string'] }
|
{ 'sType': "title-string", 'aTargets' : [ 'title-string'] }
|
||||||
],
|
],
|
||||||
|
"sPaginationType": "full_numbers"
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
//]]>
|
//]]>
|
||||||
|
|
Loading…
Reference in a new issue