We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36401ce commit 8029a6dCopy full SHA for 8029a6d
1 file changed
Component/Grid/GridViewModel.php
@@ -472,7 +472,7 @@ protected function getAdditionalActions(DataObject $item): array
472
$actionsFromBlock = (array)$this->getBlock()->getRowActions();
473
if (!empty($actionsFromBlock)) {
474
foreach ($actionsFromBlock as $action) {
475
- $actions = $this->cellActionFactory->createFromData([
+ $actions[] = $this->cellActionFactory->createFromData([
476
'id' => $item->getId(),
477
...$action,
478
]);
0 commit comments