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 those 2 extensions are combined the softdelete is not triggered in the audit-table of the entity. Not even an update. You would expect at least an update event is triggered because the timestamp of the deleteAt column is changed.
@Leuloch priority is symfony-only feature it's not available in laravel.
I'm not sure, but what you can try is change the order of config('doctrine.extensions') array.
Also you can implement similar feature here, in laravel, in doctrine
Hi!
When those 2 extensions are combined the softdelete is not triggered in the audit-table of the entity. Not even an update. You would expect at least an update event is triggered because the timestamp of the deleteAt column is changed.
I saw in this tread: stof/StofDoctrineExtensionsBundle#317 that we should change the Extension Priority.
Where can I set this config for Loggable extension?
The text was updated successfully, but these errors were encountered: