Skip to content

Commit

Permalink
Merge pull request #946 from StudioMaX/i931-disable-output-walkers
Browse files Browse the repository at this point in the history
Disable the Output walkers of Entity with joins (Fixes #931)
  • Loading branch information
Hüseyin Mert committed May 17, 2017
2 parents 00cbb4c + e4bad6c commit d2c4f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Grid/Source/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ public function execute($columns, $page = 0, $limit = 0, $maxResults = null, $gr
$query->setHint($hintKey, $hintValue);
}
$items = new Paginator($query, $hasJoin);
$items->setUseOutputWalkers(false);

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

Expand Down

0 comments on commit d2c4f76

Please sign in to comment.