From e6bcc183e5147e4eaf5f456fb2b021ce3ad70395 Mon Sep 17 00:00:00 2001 From: iszmais Date: Wed, 29 Apr 2026 11:56:18 +0200 Subject: [PATCH] restore pagination, but increase limit --- .../Dashboard/Block/classes/class.ilDashboardBlockGUI.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php b/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php index 5500ee259698..825640094f22 100755 --- a/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php +++ b/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php @@ -173,6 +173,7 @@ public function init(): void { $this->lng->loadLanguageModule('dash'); $this->lng->loadLanguageModule('pd'); + $this->setLimit(PHP_INT_MAX); $this->initViewSettings(); $this->view_settings->parse(); $this->requested_item_ref_id = (int) ($this->http->request()->getQueryParams()['item_ref_id'] ?? 0); @@ -518,10 +519,6 @@ public function getItemGroups(): array } } - public function getPaginationViewControl(): null - { - return null; - } public function addToDeskObject(): void {