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 {