ongr-io / TranslationsBundle

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

Incompatible with the latest filter manager #82

Open einorler opened 8 years ago

einorler commented 8 years ago

Filter Manager now has an additional argument in its constructor - event dispatcher. The bundle fails when it tries to create a definition of filter manager without it: https://github.com/ongr-io/TranslationsBundle/blob/5190dc91b838e4028a5e3141c28020179a91898f/DependencyInjection/ONGRTranslationsExtension.php#L121