craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

avoid warnings in the profiler about translating an already translated message due to form errors created by event listeners #229

Closed craue closed 8 years ago

craue commented 8 years ago

With these changes, each message will effectively be translated twice, but I don't see how to avoid that while also avoiding the profiler warning.

before avoid-missing-translation-warning-a

after avoid-missing-translation-warning-b