HasOne not saving when using ->relationship() in a Group/Section/Fieldset
Hi, I'm wondering if I'm doing something silly or exercising futility on something that shouldn't work.
I have a HasOne relationship on a model and I cannot get the data to save unless I use a repeater.
I have not yet restructured the Forms to work in the new V4 Structure, but the structure is:
CustomerResource -> Section (organisation (HasOne and saves)) -> OrganisationResource::baseForm -> Section (registrationName (HasOne and does not save)) -> TextInput
Does not work:
0 Replies