Yasser
Disable Validation for other locales
Hello everyone,
We have been looking for a while now....
Context
- Several Resources, Translatable (Using Filament plugins, json columns and Spatie translatable)
- Our other locales are 'optional'
Issue
The first time a field is filled (edit record), the validation triggers on the forms for the other locales.
Question
Is there a way to ignore any validation on the forms of the 'non' active locale. Or , to somehow (before validation) Fill the other forms's data with the default locale ones if they are empty ?
Extra
During my debugging I also found a qwerk in:
3 replies
SelectColumn - Dynamic options and Icons
Hello there,
once again I am enjoying myself in Filament 😄
I am trying to create a SelectColumn that allows control over the status of a Post
I tried to add in comments what I am trying to do:
- I would love to have some Icons instead of the strings at the options
- I would really like the placeholder to be disabled, yet show the current status based on my logic
Should I use an actiongroup instead ?
1 replies
Column Not Found SQL ERROR
Hello there filament,
Love the admin panel, tough I have a weird issue I can't figure out.
When I sort the visible 'Venue names' I get an SQL error saying Column not found.
I get the following error:
I believe the query it fails on is:
But if I run
On my database I do get all venue_id returned
17 replies
Sending Notifications On a Filament Page
Hello Everyone,
I am in the admin panel trying to send a notification, I saw someone else do this on github
This is a method I trigger from the form, tough when I open my console I see the following Error:
Any Ideas on how to fix this ?
- The page has multiple forms and multiple form actions
37 replies
Reverify Email when changed
Hello everyone, I am quite new to filament, I am trying to add a page where my Admin users can manage their account.
Since I don't want users without a verified email to be able to make changes I want to unverify the email when they change it from the page.
Tough I am not sure if this is the way to do it (the breeze controller for example does it quite different)
Any input would be appreciated!
Thanks a lot in advance!
14 replies