Skip to content

Commit

Permalink
Merge pull request #566 from studer-raimann/fix/20784/5-1/missing-but…
Browse files Browse the repository at this point in the history
…ton-select-all

[FIX] 0020784: Missing Button "Select all" within LearningProgress of…
  • Loading branch information
smeyer-ilias authored Jul 14, 2017
2 parents 95da958 + 8dbef7d commit 9e8f16f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function __construct($a_parent_obj, $a_parent_cmd, $a_obj_id, $a_ref_id, $a_prin
{
$this->addColumn($this->lng->txt("actions"), "");
}

$this->setSelectAllCheckbox('uid');
$this->setExternalSorting(true);
$this->setExternalSegmentation(true);
$this->setEnableHeader(true);
Expand Down

0 comments on commit 9e8f16f

Please sign in to comment.