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 am working on a PHP project with symfony 3.4 and doctrine 2.6, we have a blameable field on an entity, when I first create the entity the blameable field is getting set properly but on update the value is set to empty/null in database. This use to work before we had upgraded symfony (from 2.x to 3.x) and other dependent libraries to higher versions. Could some one shed some light on this,
This is sample from my orm file
manyToOne:
LastUpdateUser:
targetEntity: My\UserEntity
gedmo:
blameable:
on: update
Hi All,
I am working on a PHP project with symfony 3.4 and doctrine 2.6, we have a blameable field on an entity, when I first create the entity the blameable field is getting set properly but on update the value is set to empty/null in database. This use to work before we had upgraded symfony (from 2.x to 3.x) and other dependent libraries to higher versions. Could some one shed some light on this,
This is sample from my orm file
On update scenario,
after executing the above, the last update user value is set to empty/null in database. Any lead on this would be a great help.
Thanks.
The text was updated successfully, but these errors were encountered: