Relationship Repeater in EditRecord saves before beforeSave?
Ok, I found a workaround, in the ->beforeValidate() method, if I manually call the $this->form->validate() method then I can ensure that the validation will pass. It feels a little awkward, but fine for now 🙂