Emmanuel
Results
2
comments of
Emmanuel
I had exactly the same issue with EasyAdmin and FosComment. When removing @ORM\ChangeTrackingPolicy("DEFERRED_EXPLICIT") the comments are saved. I'm a bit concern as I don't really understand this [TrackingPolicy](http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/reference/change-tracking-policies.html) if it's...
I also faced this issue. As a workaround, I put the .env and .env.local file as shared file. `->sharedFilesAndDirs(['.env','.env.local'])` The drawback is that you now have to handle manually the...