sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

Use twig blocks for form rendering #4050

Closed core23 closed 6 months ago

core23 commented 8 years ago

We should replace all <form> elements in the twig templates with the twig function form_start and form_end. We should also move the action and method (POST, GET) attribute to the PHP files.

This would decouples the business logic from the layout.

Todo

The following files contains form elements.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.