A7med_khalid
A7med_khalid
FFilament
Created by A7med_khalid on 5/7/2024 in #❓┊help
Can i use filament form getters and setters in custom page?
https://www.youtube.com/watch?v=8Di6Yrqgsl8 The custom page was not configured correctly i followed this tutorial and every thing worked fine
5 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
Thanks, But i think having an option to disable the save only will be great i will try uploading PR to add this option
17 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
Maybe by returning the right object here i will get values updated
17 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
it works but i will not populate the repeater with value i need to do it manually
17 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
It is not updating the value because i am trying to return empty array to disable the repeater save
->saveRelationshipsUsing(function () {
return [];
}),
->saveRelationshipsUsing(function () {
return [];
}),
is there other way to disable it
17 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
yes i am trying to save it manually but in edit not create
17 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
mutateFormDataBeforeSave also afterSave tried dd both $data and this->data
17 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
Great now the relation is present in $data array but it is not updated with user input it is just showing the last values from database
17 replies
FFilament
Created by A7med_khalid on 4/23/2024 in #❓┊help
Saving repeater without using the saveRelationShipUsing
thanks, i will try it
17 replies