Matthew
Modify query when loading edit/view form
I think easier than that:
However, the point of soft deleting is data safety. You shouldn't have a case where you are consistently wanting to view 'deleted' records.
Build a disabled condition into them.
64 replies
Unique attributes per category - ideas on implementation?
Have done something similar with a custom form builder.
Use enums to determine the detail, and logic from those to determine which fields appear.
On a database level, several fields are fixed as columns, and then everything too disparate for single columns is stored in JSON
5 replies
Help Us Improve Filament’s Docs & Education in v4
I struggled with the ubiquitous naming of Actions. In the beginning, determining whether I was in the right documentation place, dependent on which type of 'Action' I was trying to work with.
Also, I felt some more images would have helped.
69 replies
Wizzard multiple entities per each wizzard step
https://filamentphp.com/docs/3.x/forms/advanced#saving-data-to-relationships
Not sure if it works at wizard step level, but you don't really need it to. You can also just use
relation.column
syntax on the relevant form fields7 replies