mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Fixed Trac#448: paginated display broken after reloading a page containing a list where the page size is set to 'All'
SVN:trunk[1527]
This commit is contained in:
@@ -387,7 +387,7 @@ function sprintf(format, etc) {
|
|||||||
|
|
||||||
$(this).trigger("appendCache");
|
$(this).trigger("appendCache");
|
||||||
|
|
||||||
config.size = parseInt($(".pagesize",pager).val());
|
setPageSize(table,parseInt($(".pagesize",pager).val()));
|
||||||
|
|
||||||
$(config.cssFirst,pager).click(function() {
|
$(config.cssFirst,pager).click(function() {
|
||||||
moveToFirstPage(table);
|
moveToFirstPage(table);
|
||||||
|
|||||||
Reference in New Issue
Block a user