Ray.nl
Ray.nl
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
Thank you, I will try!
14 replies
FFilament
Created by Ray.nl on 8/10/2023 in #❓┊help
Translate usermenu item
Can anybody help?
3 replies
FFilament
Created by Ray.nl on 6/22/2023 in #❓┊help
Add values to Relation manager form
Thanks!
3 replies
FFilament
Created by Ray.nl on 5/19/2023 in #❓┊help
Relation Manager canCreateAnother
Hero!
6 replies
FFilament
Created by Ray.nl on 5/19/2023 in #❓┊help
Relation Manager canCreateAnother
I now have to almost similar question, I have a select box with a create function :
Select::make('client_id')
->relationship('client', 'reference')
->getOptionLabelFromRecordUsing(fn (Model $record) => "{$record->reference} - {$record->first_name} {$record->insertion} {$record->last_name}")
->searchable()
->preload()
->createOptionForm([
])
->createOptionModalHeading(__('clients.Gegevens nieuwe client'))
->required()
->visibleOn('create')
Select::make('client_id')
->relationship('client', 'reference')
->getOptionLabelFromRecordUsing(fn (Model $record) => "{$record->reference} - {$record->first_name} {$record->insertion} {$record->last_name}")
->searchable()
->preload()
->createOptionForm([
])
->createOptionModalHeading(__('clients.Gegevens nieuwe client'))
->required()
->visibleOn('create')
how can I change the label on the save button ? (Sorry, but I can't find it)
6 replies
FFilament
Created by Ray.nl on 5/19/2023 in #❓┊help
Relation Manager canCreateAnother
🙏 Thanks for your fast reply!!
6 replies
FFilament
Created by Ray.nl on 4/26/2023 in #❓┊help
A Belongsto Relation manager
That makes sense, thank you!
7 replies
FFilament
Created by Ray.nl on 4/26/2023 in #❓┊help
A Belongsto Relation manager
Thanks @danharrin ! But is there also a possibility to create a tab with a form ?
7 replies