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
Describe the bug
When I update my model (that uses the LogsActivity trait) the Activity record contains properties that weren't updated. The properties "old" array contains null values and the "attributes" array contains attributes that weren't updated.
To Reproduce
I have the following options in my model:
Describe the bug
When I update my model (that uses the
LogsActivity
trait) the Activity record contains properties that weren't updated. The properties "old" array containsnull
values and the "attributes" array contains attributes that weren't updated.To Reproduce
I have the following options in my model:
Example of an update:
Activity log:
Expected behavior
I expect that the Activity record only contains properties that where updated.
In my case only the "timezone" property.
Versions
The text was updated successfully, but these errors were encountered: