Rafael Augusto
Bad time setting up clusters
Just recreated the Panel provider using
php artisan filament:install --panels
and it worked. Seems like it needed to run php artisan filament:upgrade
in order to clean cache stuff.
Thanks @Leandro Ferreira!3 replies
Dual display of notifications
Hi @josecaubivasconcelosjunior.
I may be wrong, but it seems to be that you'll need to throw an exception for that to work as you expect.
In the EditRecord base class, line 104 calls the beforeSave hook, but if it just returns a notification, the save() method won't halt (line 109).
6 replies