Select component not saving relationship since 3.3.8
Because of this commit: https://github.com/filamentphp/filament/commit/e181afc9a6a424a4ddc0e68dfaa5c382c857c4af, my relationship is not saving anymore during a record creation.
Model "Allocation" has a relationship "npis" on the table npis (npi.allocation_id)
Models/Allocation.php
AllocationResource.php
Why has this feature been removed?
Should I manually be associating the Npi's to the allocation? I can't seem to find this in the docs.
0 Replies