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
I use the file app/config/config.yml the method onFlush is called but not the others...
The listener class is very simple I don't know if I should show it here, here is one method :
Hi, I have created a listener but the preUpdate() method is not called.
In the EditController the method saveObject() calls : $em->persist($Contact);
So, the prePersist should be called but, it isn't and even the post method aren't called
The config looks like this :
What should I do ?
The text was updated successfully, but these errors were encountered: