CheckboxList not working on Edit
Hello, I have this Checkbox list field that depends of the value of another field:
`
And in my model I have this relationship:
When I create a resource it works, and saves the related records, but when I try to edit a record it doesn't store the changes and wipes out any previous related record. How can I address this?
Thank you
1 Reply
Probably because the countries / applies_to_relationship isn't set within the model fillable?