Skip to content

Commit e4bad6c

Browse files
committed
Disable the Output walkers of Entity with joins
1 parent 00cbb4c commit e4bad6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Grid/Source/Entity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ public function execute($columns, $page = 0, $limit = 0, $maxResults = null, $gr
515515
$query->setHint($hintKey, $hintValue);
516516
}
517517
$items = new Paginator($query, $hasJoin);
518+
$items->setUseOutputWalkers(false);
518519

519520
$repository = $this->manager->getRepository($this->entityName);
520521

0 commit comments

Comments
 (0)