From 6d1dbe5eb9fb3d1ca6d855702183cdbf52332f77 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 cdb42400be8f..549680756ef5 100755 --- a/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php +++ b/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php @@ -179,6 +179,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); @@ -604,10 +605,6 @@ public function getItemGroups(): array } } - public function getPaginationViewControl(): null - { - return null; - } public function addToDeskObject(): void {