Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX Remove write from SearchableDropdownTrait
In the SearchableDropdownTrait::saveInto method, if the field is a has_one relationship, $record->write() was called. FormField and any other instances of saveInto should not call write - that should be called by the form itself.
- Loading branch information