Skip to content

Commit

Permalink
Disable the Output walkers of Entity with joins
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioMaX committed May 11, 2017
1 parent 00cbb4c commit e4bad6c
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 e4bad6c

Please sign in to comment.