Custom editAction to edit single field
Hi. I need an Action on the header of a viewPage, that opens a form with a Select and edit a single field of the model.
This code allways opens the full edit form.
Any ideas?
4 Replies
Because the EditAction is reading the resource. You need a custom action in this case.
Like this. Ok. But I need to save the modified field.
You’ll have the data from the form in ->action() do what you need to do with it there.
Solution
Solved!