Managing related entries in the same form not saving all changes #376
-
I have three entities, Within my edit Enrolment CRUD I am trying to include my Registration as per the instructions here(https://backpackforlaravel.com/docs/5.x/crud-fields#manage-related-entries-in-the-same-form-create-update-delete). I would like to be able to change the Cohort Date for a registration. When including the Registration, I can edit additional fields on that model, for instance, the This is the code I am using to include the Registration in my CRUD:
Is this a limitation of Backpack, a bug, or is there something I am doing incorrectly? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry if you've already wasted any time with this. I'm an idiot, the cohort_date_id was not a fillable property on my model. Please delete, thanks |
Beta Was this translation helpful? Give feedback.
Sorry if you've already wasted any time with this. I'm an idiot, the cohort_date_id was not a fillable property on my model. Please delete, thanks