Notification appears 3 times
Every time I open the edit page, or click the action, or confirm, I get a notification. How can I only get a notification after a confirm?
15 Replies
dont
->send()
we do it at the correct timeThus, where is the correct place? the confirmation is before the notification, so why is it being sent when I havent technically confirmed yet?
ive just seen, this is a custom action
you can just move it inside the action()
after saving
and then send()
successNotification()
is only for our built-in actions like EditAction and CreateAction, allowing you to customize the built-in notification we provideGreat! This works. One more thing: I have to refresh for the change to take place. Is there some filament built-in command that allows you to see the changes immediately?
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Thank you! This works
One more thing 😅, there seems to be a visual error when I click the view action @Leandro Ferreira
Im not sure whats causing the status to display like that.
weird... can you show the code of the select field?
very weird... i just tried this on firefox, and it doesnt happern
but firefox doesnt load the attachment, but chrome does...
try to update composer and after run php artisan filament:upgrade
I don't know this issue..
unfortunately, neither of them solve this issue
Maybe Dan has an idea?
i dont know, sorry
open an issue if you can create a reproduction repository