Skip to content

Commit

Permalink
renderPackagesTable() function did ignore length parameter
Browse files Browse the repository at this point in the history
This fix the issue, that package lists always first rendered with 25 items setting, ignoring
the given length parameter.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
  • Loading branch information
Karsten Keil authored and adrianschroeter committed Apr 14, 2014
1 parent f39c2e5 commit cbc48fb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -13,6 +13,7 @@ function renderPackagesTable(wrapper, packages, length) {
}
}
],
"iDisplayLength": length,
"bStateSave": true
});
}
Expand Down

0 comments on commit cbc48fb

Please sign in to comment.