Z3d0X / filament-logger

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

feat: control over the ActivityResourse if scoped to tenant or not #116

Closed silviugd closed 2 months ago

silviugd commented 2 months ago

This commit adds a new configuration option scoped_to_tenant to the filament-logger.php file. The option is set to true (default in Filament). And a isScopedToTenant public static function in ActivityResource.

Helpful in case the panel has multi tenancy active.