biber
Mutate Repeater Data from Action
Hello,
I want to mutate my Repeater data by inserting data from an import action on the model's resource edit page.
In my models resource I have declared a form with a Repeater
The edit page has the following action:
How can I now fill the repeater with the gathered products?
The callable
$set('products', $products)
does not work sadly (with adding the Closure to the function).
Your help is appreciated!3 replies