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
It's not a BUG. You see only what you configured to be logged. This package only provides a UI for entries logged by spatie/laravel-activitylog. Spatie's Activitylog docs is the right place to know how to configure to log related entries.
If you find a solution for this, please comment below to help others. Thanks
Bug report
What I did
I have
Pets
andSkills
tables just like in the Demo Site.Basically Pet can have multiple Skills. But when I update a Pet's Skills, the Skills changes are not recorded in the activity logs.
This only affect data in relation. If I update Pet's name then it works (the changes are recorded in activity logs)
What I expected to happen
The Skills data is recorded in the activity logs.
What happened
The Skills data is not recorded
What I've already tried to fix it
Tried to follow from spatie docs, and its github page, nothing works.
Context to replicate the bug - Backpack, Laravel, PHP, DB version
When I run
php artisan backpack:version
the output is:I have no idea whether this related to this issue spatie/laravel-activitylog#1281 ?
if so, any workaround?
Thanks
The text was updated successfully, but these errors were encountered: