Skip to content

Commit f342307

Browse files
committed
Membership: fix pagination in subscriber and wait list tables (47405)
1 parent 2eb8392 commit f342307

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

components/ILIAS/Membership/classes/class.ilSubscriberTableGUI.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public function __construct(
9292
$this->addMultiCommand('addToClipboard', $this->lng->txt('clipboard_add_btn'));
9393
// end-patch clipboard
9494

95-
$this->setPrefix('subscribers');
9695
$this->setSelectAllCheckbox('subscribers', true);
9796
$this->setRowTemplate("tpl.show_subscribers_row.html", "components/ILIAS/Membership");
9897

components/ILIAS/Membership/classes/class.ilWaitingListTableGUI.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function __construct(
5858
$this->setId('crs_wait_' . $this->getRepositoryObject()->getId());
5959
parent::__construct($a_parent_obj, 'participants');
6060
$this->setFormName('waiting');
61-
$this->setPrefix('waiting');
6261

6362
$this->lng->loadLanguageModule('grp');
6463
$this->lng->loadLanguageModule('crs');
@@ -92,7 +91,6 @@ public function __construct(
9291
$this->addMultiCommand('addToClipboard', $this->lng->txt('clipboard_add_btn'));
9392
// end-patch clipboard
9493

95-
$this->setPrefix('waiting');
9694
$this->setSelectAllCheckbox('waiting', true);
9795

9896
$this->setRowTemplate("tpl.show_waiting_list_row.html", "components/ILIAS/Membership");

0 commit comments

Comments
 (0)