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
If you open the file vendor\rmsramos\activitylog\resources\views\filament\tables\columns\activity-logs-properties.blade.php you will find a @foreach($getState() as $key => $value), if you change it to @foreach($getState() ?? [] as $key => $value).
Maybe you could publish the view somehow and apply the change, but it would be way better if the package author fixed it.
Package Version
v1.0.0
Laravel Version
Laravel 11.23.5
PHP Version
PHP 8.2.20
Problem description
i have activated the properties column in the listing view and i got an exception
foreach() argument must be of type array|object, null given
Expected behavior
to see the list of events
Steps to reproduce
install the plugin, enable events on a model, go to the listing page and enable the properties column
this is the content of the logs table

Reproduction repository (issue will be closed if this is not valid)
https://github.com/
Relevant log output
No response
The text was updated successfully, but these errors were encountered: