Replies: 1 comment
-
Seems like the issue occurs because multiple resources are tied to the same model. I had this problem, and while my solution most likely is not the best one, but at least it works for my use case. Create a new class
In the
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
For every change I make to a model, it gets added twice to the activity-log table and hence also showed twice on the UI. Any idea why this is? I basically just installed spatie/laravel-activitylog and then the filament-logger package.
Note: this is only for updates to resource models. Notifications and Access type are only logged once.
Beta Was this translation helpful? Give feedback.
All reactions