Pagination does not work on custom admin views #884
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dynamic get pagination is working properly for site views but doesn't for custom admin views.
In order to fix this :
$this->pagination->getPagesLinks();
has to be replaced by
$this->pagination->getListFooter();
for the custom admin views
Thanks this is a bug, and we must fix this!
I have added the code to the compiler:


and will push it up to the staging branch later today...