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
When i run my symfony2 command, and in command i change DB data, after flush update field is NULL, but create field is ok, why? But not CLI process, all is ok!
The text was updated successfully, but these errors were encountered:
We're having the same behavior, using YAML. We're also using timestampable, which is working on both create and update. Being that this is nearly a year old, @stof, has any maintainer reviewed this issue?
createdBy: gedmo: blameable: on: create works updatedBy: gedmo: blameable: on: update fails with a null value
Another issue is also open, looks like a duplicate. #387
Not sure how relevant it is, but I had a similar issue - I did not work out the exact cause, but while searching for it, I found that I was configuring the Blameable behaviour directly in my service definition. At first I was using Gedmo directly, then I switched to Stof's bundle. I removed the service definitions and my issue went away.
When i run my symfony2 command, and in command i change DB data, after flush update field is NULL, but create field is ok, why? But not CLI process, all is ok!
The text was updated successfully, but these errors were encountered: