ruddy
ruddy
FFilament
Created by ruddy on 10/9/2024 in #❓┊help
Dispatch Modal doesn't work
Hello everyone, Before I ask my question, I took some time to review previous discussions related to dispatching modals in FilamentPHP. I have a modal in my view that looks like this:
<x-filament::modal id="edit-user">
hello
</x-filament::modal>
<x-filament::modal id="edit-user">
hello
</x-filament::modal>
This code is saved in //filament/page/test.blade.php. My table action is set up like this:
Tables\Actions\Action::make('test-modal')
->action(fn ($livewire) => $livewire->dispatch('open-modal', id: 'edit-user')),
Tables\Actions\Action::make('test-modal')
->action(fn ($livewire) => $livewire->dispatch('open-modal', id: 'edit-user')),
However, when I click the button, nothing happens. Did I miss something? Any help would be greatly appreciated! Thank you!
6 replies
FFilament
Created by ruddy on 12/13/2023 in #❓┊help
impersonate unverified user
I'm facing an issue where I'm unable to impersonate a user who hasn't verified their email. As an admin, I'm trying to impersonate the user even though their email is unverified. However, the system still prompts me to verify their email. Could you please provide guidance on this?
22 replies
FFilament
Created by ruddy on 12/11/2023 in #❓┊help
Change the label of all page summary in the table.
No description
12 replies