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
to determine if the instance is newly created or just modified. However by using Versionable, this doesn't work anymore, because it sets the id to an UUID automatically.
I often use:
to determine if the instance is newly created or just modified. However by using Versionable, this doesn't work anymore, because it sets the id to an UUID automatically.
It would be nice if this could be fixed.