How to use a Repeater with relation ship in an actions form?
I can't find how to set the model and relation for a Repeater in an actions form.
Would be happy to get some hints on how to tell the repeater the Model and Relation to use to populate the data.
2 Replies
can you explain the scenario? look at this.
this is an action that open a text that has a related translation as repeater and each translation has relation with many translation suggestion.
does it cover your scenario?
@skashizadeh I do have an custom action (extend_validity) to update the date of a model. I need to load the related models as well to change some dates here as well.
So if you are having a custom action (no default update action modal), and you are loading model data + relation data, this is what I need.