ongr-io / TranslationsBundle

Translations GUI for translating Symfony static strings
MIT License
5 stars 13 forks source link

Updated filter manager dependency due incopatibility #54

Closed saimaz closed 9 years ago

saimaz commented 9 years ago

Seems like with ~0.4 version we have a crash:

Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "isRelevant" of class "ONGR\ElasticsearchBundle\DSL\Filter\TermFilter"." at /{edited}/vendor/ongr/filter-manager-bundle/Filters/Widget/Choice/SingleTermChoice.php line 80

0.5 dependency requirement solves this.

Closes #53