Skip to content

Commit

Permalink
Merge pull request #173 from sonata-project/2.x-dev-kit
Browse files Browse the repository at this point in the history
DevKit updates for 2.x branch
  • Loading branch information
SonataCI committed Aug 22, 2017
2 parents a428c27 + 778d7cb commit 92c67e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ php:
- nightly

sudo: false
dist: precise

cache:
pip: true
Expand Down
1 change: 1 addition & 0 deletions Filter/TranslationFieldFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function filter(ProxyQueryInterface $queryBuilder, $alias, $field, $data)
foreach ($joins as $join) {
if ($join->getAlias() === $joinAlias) {
$aliasAlreadyExists = true;

break 2;
}
}
Expand Down

0 comments on commit 92c67e5

Please sign in to comment.