Edsardio
Edsardio
FFilament
Created by Edsardio on 7/31/2024 in #❓┊help
Is there a way to add clusters to the user menu?
Figured it out: What you can do is the following in your adminPanelProvider
->userMenuItems([
'CRM' => MenuItem::make()->label(__('CRM'))->url(fn() => CRM::getUrl()),
])
->userMenuItems([
'CRM' => MenuItem::make()->label(__('CRM'))->url(fn() => CRM::getUrl()),
])
Not doing the ->url(fn() => CRM::getUrl()) but ->url(CRM::getUrl()) will try and resolve the cluster URL to early in the process and throw errors
4 replies
FFilament
Created by Iven S. | LvckyWorldᶜʳᵉʷ on 5/24/2024 in #❓┊help
Tables Action does nothing
It is a requirement when using uuids instead of integers, but I just forgot
24 replies
FFilament
Created by Iven S. | LvckyWorldᶜʳᵉʷ on 5/24/2024 in #❓┊help
Tables Action does nothing
Yeah
24 replies
FFilament
Created by Iven S. | LvckyWorldᶜʳᵉʷ on 5/24/2024 in #❓┊help
Tables Action does nothing
No description
24 replies
FFilament
Created by Iven S. | LvckyWorldᶜʳᵉʷ on 5/24/2024 in #❓┊help
Tables Action does nothing
That was the fix for us
24 replies
FFilament
Created by Iven S. | LvckyWorldᶜʳᵉʷ on 5/24/2024 in #❓┊help
Tables Action does nothing
Could you check if your model has the "HasUuids" trait?
24 replies
FFilament
Created by Iven S. | LvckyWorldᶜʳᵉʷ on 5/24/2024 in #❓┊help
Tables Action does nothing
Do you by any chance use UUID as the primary key instead of an ID?
24 replies
FFilament
Created by Iven S. | LvckyWorldᶜʳᵉʷ on 5/24/2024 in #❓┊help
Tables Action does nothing
@Iven S. | LvckyWorldᶜʳᵉʷ did you find a solution for this? Stumbling upon the same. When clicking the row it seems to fire a close-modal event instead of an open-modal event but have no clue what causes it
24 replies
FFilament
Created by Edsardio on 10/9/2023 in #❓┊help
Configuring my layout doesn't work
I was expecting the layout to work on the dashboard as well to be honest
16 replies
FFilament
Created by Edsardio on 10/9/2023 in #❓┊help
Configuring my layout doesn't work
There's not much code to share besides 2 empty blade files specified in above locations 😅
16 replies
FFilament
Created by Edsardio on 10/9/2023 in #❓┊help
Configuring my layout doesn't work
I did, it's not being used
16 replies
FFilament
Created by Edsardio on 10/9/2023 in #❓┊help
Configuring my layout doesn't work
Title in the front-end
16 replies
FFilament
Created by Edsardio on 10/9/2023 in #❓┊help
Configuring my layout doesn't work
I changed it to just say "Hello World!", I've changed it so the title would always be fixed to test but none is working
16 replies
FFilament
Created by Edsardio on 10/9/2023 in #❓┊help
Configuring my layout doesn't work
Thanks for your reply! I would love to give more details, but what more is there to share? It's completely ignoring either of the files you just mentioned. I am upgrading from V2 but never published the livewire config. I have ran php artisan filament:upgrade more than once at this point
16 replies