@@ -, +, @@ broken - 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -14,6 +14,7 @@ { "aTargets": [ 0, -1 ], "bSearchable": false }, { 'sType': "title-string", 'aTargets' : [ 'title-string'] } ], + "sPaginationType": "full_numbers" })); }); //]]> --