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
The text was updated successfully, but these errors were encountered:
Nahuel92
changed the title
@DateCreated/@DateUpdated don't work when used in @Embeddable
@DateCreated/@DateUpdated don't work when used in @ Embeddable
Sep 30, 2024
Note
I left a whitespace between @ and Embeddable on purpose, as someone has taken it as their GitHub username
Expected Behavior
@DateCreated
and@DateUpdated
should work (that is, populate a value) when defined as part of an @ Embeddable that is used by an entityActual Behaviour
@DateCreated
and@DateUpdated
don't populate values when defined as part of an @ Embeddable that is used by an entitySteps To Reproduce
Please see the provided example application, but if you don't want to use it, here are the steps:
@DateCreated
@DateCreated
, it will fail.Environment Information
Example Application
https://github.com/Nahuel92/datecreated-dateupdated-bug
Version
4.6.2
The text was updated successfully, but these errors were encountered: