tuxes3

Results 18 comments of tuxes3

It seems that this bug is coming from the Doctrine Bundle. I found this stackoverflow link referencing the same issue: https://stackoverflow.com/questions/33773066/symfony-doctrine-detects-change-in-money-field-even-when-no-change-has-occurr A quick fix would be creating an `onAuditEvent`-listener and...

it was super fast work. the services.xml needs a redo... but it works in symfony 6 and php 8. https://github.com/tuxes3/LexikTranslationBundle

https://github.com/lexik/LexikTranslationBundle/pull/412

be sure to check the ```yaml framework: default_locale: de ``` config

I ran into the same issue 👍 Your solution works in the Basic case, but the a2lix allows you to change the Translation class name. This method can be overridden...

As long as shortcuts will still be possible i am ok with. `dde exec` or `dde shell` should still work.

@rugbymauri this could be solved with this change: https://github.com/whatwedo/dde/issues/28