Skip to content

Commit a78e7f8

Browse files
committed
Merge branch '916' - pull request.
stwe#916
2 parents 36000d1 + 08a40f5 commit a78e7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Datatable/Column/MultiselectColumn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function addDataToOutputArray(array &$row)
8484
/**
8585
* {@inheritdoc}
8686
*/
87-
public function renderSingleField(array &$row)
87+
public function renderSingleField(array &$row, array &$resultRow)
8888
{
8989
$value = $row[$this->value];
9090

@@ -96,7 +96,7 @@ public function renderSingleField(array &$row)
9696
$value = 'sg-datatables-'.$this->getDatatableName().'-checkbox-'.$value;
9797
}
9898

99-
$row[$this->getIndex()] = $this->twig->render(
99+
$resultRow[$this->getIndex()] = $this->twig->render(
100100
$this->getCellContentTemplate(),
101101
[
102102
'attributes' => $this->attributes,

0 commit comments

Comments
 (0)