Updated Event Not Working Properly #34150
Unanswered
lovecoding-git
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Here is my Email Model.
##old
status
wassent
. and I just updated it toactive
.And here is my log result:
I think finally
status
column should besent
according to my logic and log result.But when I saw on db it, it was
active
.I tested this 5 times but the result was same.
I wonder if this is framework bug.
Beta Was this translation helpful? Give feedback.
All reactions