Not Loading Data from Fieldset->relationship()
I have a Fieldset with hasOne relationship() and my form schema(), like here:
The form has ->disabled() because I only want it to show the data. I selected the correct one in the Select-field and saved the form. But after reloading the page it does not load the data.
5 Replies
@_π°πx Don't know if it will work, but you can try this
no, it still doesn't work π¦ But thanks anyway
@_π°πx your hasOne relation method in model class - it is named 'metadata' right?
yes
Solution
I changed it to belongsTo relationship, now it works π