dennis_de
Notifications are only displayed by Refresh
I just have a filament v3 behavior where I am running out of ideas. Everything is running but the notifications (in page builder) are only displayed after reloading. Everything works locally, only on the server. Does anyone have an idea? The actions otherwise work perfectly, only the notifications only appear after reloading the page. Since it is not a direct code problem, I have put it here.
I don‘t use the database notifications.
69 replies
Tooltip does not appear on action when disabled(true)
When I use an action, a tooltip appears only if
disabled(false)
. As soon as disabled(true)
, the tooltip is no longer displayed. Is this a bug or a desired behavior and anyone have an idea how I can solve this?
Of course it would be nice to be able to display a hint via tooltip when an action is disabled, why the action is disabled.3 replies
App\Actions\ResetStars (or another) Example?
In the documentation (https://filamentphp.com/docs/3.x/infolists/actions#defining-a-infolist-component-action) the use of the "ResetStars" class is described as an example action, however I can't find anywhere the structure of this class as an example. Or am I missing something?
7 replies
Related Resource (List) in Edit Action of a Resource possible?
I would like to display entries from another resource in a tab within the edit function of a resource. I think that this is possible in connection with the Relation Manager. Or? I just don't know how to tell it to appear in the tab.
15 replies