Replies: 2 comments
-
Can anyone take a look at this maybe? |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is a merge request ready for this fix |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have included ciphersweet, yet I do not encrypt any values.
I have 2 model observers saving and saved
in my saving() I set a value and I can see the getDirty as the field has changed
in my saved() when I get the model getDirty(), it is empty, as if it was not changed.
and if I do a $model->getOriginal('field'); the value reflects the NEW just set field value in the saving()
However when I do this in your modelObserver
Beta Was this translation helpful? Give feedback.
All reactions