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
During processing messages in messenger (console process), we're updating this entity, so $updatedAt field is updated with new \DateTime, and $updatedBy is set to NULL, as it should be in this application context. But we want to keep $updatetBy field with previous value.
Is there any knowk walkaround to achieve this?
The text was updated successfully, but these errors were encountered:
Hi, we're using this bundle in our application, as well as symfony/messenger component, and we have some issues using Blameable on one entity.
Entity has two fields with stof annotations:
During processing messages in messenger (console process), we're updating this entity, so $updatedAt field is updated with new \DateTime, and $updatedBy is set to NULL, as it should be in this application context. But we want to keep $updatetBy field with previous value.
Is there any knowk walkaround to achieve this?
The text was updated successfully, but these errors were encountered: