Christian Gripp
Christian Gripp
## Subject With this PR it is not necessary to use the `CRUDController::renderWithExtraParams` to render a template in the admin context. All admin pages with a `_sonata_admin` parameter inside the...
## Subject Use twig to render all forms, this way we can respect the form themes. I am targeting this branch, because this is BC. Closes #4050, #4069 ## Changelog...
## Feature Request This is just an idea I had when looking at an [old issue](https://github.com/sonata-project/SonataBlockBundle/issues/244) that is still present. There is a problem if you use custom blocks that...
## Feature Request I'm planing to add a new feature which adds a new search field on each admin list. You can search for entities that may contain the searched...
### Environment | Question | Answer | | --- | --- | | Bundle version | 3.4.0 | | Symfony version | 2.8.4 | | php version | 5.6 |...
We should replace all `` 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...
## Feature Request We need some basic docs what this library does and how it works.
## Subject The `media` twig tag is broken. ## Steps to reproduce Define some image formats in the configuration. Create a template with the following code: ```twig {% media post.image,...
### Feature Request Add links to all pull request authors in the `CHANGELOG.md` file. | Q | A |------------ | ------ | New Feature | yes | RFC | no...