You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Symfony 4.3 kernel.locale_aware tag (lexik#347)
Symfony 4.3 does not use the TranslatorListener anymore to set the locale. Instead, the LocaleAwareListener is used to collect locale aware services
Fix BC with Symfony 2.8 LTS (lexik#322)
* If the container has the parameter project_dir use that one, otherwise
use the root_dir
* Use the Kernel Version ID instead
Added modified flag in order to fix merge algorithm (lexik#261)
Renamed property
Added modifiedManually property mapping for Propel and Document
Code style fix
URL decode updated translation messages
Since PR lexik#72, all translation updates are sent URL-encoded to the
backend. To allow spaces and markup in translated messages the
datagrid handler must decode the messages before saving them.
Fixes issue lexik#286