Z3d0X / filament-logger

Extensible activity logger for filament that works out-of-the-box.
MIT License
276 stars 40 forks source link

User context not shown in filament page but saved in db #78

Closed Murkrow02 closed 1 year ago

Murkrow02 commented 1 year ago

I'm getting this issue where the user (causer_id) gets set while on the filament view i get nothing

image image

EDIT: i noticed this is because I use a custom attribute for User's name, maybe this can be added as a custom config property?

Z3d0X commented 1 year ago

Did you implement HasName attribute on User Model? https://filamentphp.com/docs/3.x/panels/users#configuring-the-users-name-attribute

Murkrow02 commented 1 year ago

I did not, my bad ;)