We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug when create custom action and render twig. it's worked before version 4.16
Duplicated of #6513
To Reproduce ... return $this->render(view: 'create.html.twig', parameters: [ 'form' => $form, ]); ... (OPTIONAL) Additional context
The text was updated successfully, but these errors were encountered:
This error is explained here and a pull request has already been made:
#6765
Sorry, something went wrong.
This error is explained here and a pull request has already been made: #6765
Hi! The weird thing is that I have a custom controller with two actions.
The first action works like a charm when is the first out of a EasyAdmin crud, but on the second it breaks.
No branches or pull requests
Describe the bug
when create custom action and render twig.
it's worked before version 4.16
Duplicated of #6513
To Reproduce
...
return $this->render(view: 'create.html.twig', parameters: [
'form' => $form,
]);
...
(OPTIONAL) Additional context
The text was updated successfully, but these errors were encountered: