Z3d0X / filament-logger

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

Ability to control the ActivityResource navigation sort and if scoped to tenant #117

Open silviugd opened 2 months ago

silviugd commented 2 months ago

2 new values to config:

'scoped_to_tenant' => true, (default in Filament) 'navigation_sort' => null, (default in Filament)

2 new function to ActivityResourrce: isScopedToTenant getNavigationSort