Repeater with relationship also attempts to save to a column
Hi, I have a repeater in a SurveyStep resource which is correctly saving items to a relationship 'questions', however after saving the form I also get
Column not found: 1054 Unknown column 'questions' in 'field list'
because it is attempting to update survey_steps set
questions = ...
Any ideas why it is doing both?4 Replies
We would need to see your code
Share some code please
This is in the SurveyStepResource
and in my SurveyStep model I have the questions relationship
the strange this is that i see the udates in the survey_questions table, but then filament also thinks questions is a field on the survey_steps table
That is strange