Form action - save and load next record -
Is it possible to have a form action that saves the current and loads the next (filtered) record of a resource for editing?
Solution:Jump to solution
override
getFormActions()
in the EditPage
```php
protected function getFormActions(): array
{...2 Replies
Solution
override
getFormActions()
in the EditPage
Thx.