Open takagaki-bb opened 1 year ago
To fix this with a workaround, change the model()
method in vendor/open-admin-org/open-admin/src/Form.php
to allow the interactor too.
/**
* @return Model|\OpenAdmin\Admin\Actions\Interactor\Form
*/
public function model(): Model|\OpenAdmin\Admin\Actions\Interactor\Form
{
return $this->model;
}
I have the same issue.
Describe the bug Error during submission in pop-up form. It does not seem to matter what type of form set up.
To Reproduce Set the following in the action class. This class extends OpenAdmin\Actions\Action.
Expected behavior Please make sure it can be sent without error.
System