Skip to content

Commit d2c4f76

Browse files
author
Hüseyin Mert
authored
Merge pull request #946 from StudioMaX/i931-disable-output-walkers
Disable the Output walkers of Entity with joins (Fixes #931)
2 parents 00cbb4c + e4bad6c commit d2c4f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Grid/Source/Entity.php

+1
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)