-
"sonata-project/admin-bundle": "^3.98"
Search inside admin entities didn't initialize request before asking configureDefaultFilterValues, so if I had the multi language admin, I can't preset the lo…
-
Hi! How can I change ckeditor browser template to custom ?
In backend/config/packages/sonata_admin.yaml I such this options:
```
sonata_formatter:
default_formatter: text
formatters:…
-
## Subject
When typing argument with the admin interface instead of the exact admin type the admin is not found.
## Code example
```PHP
class Admin implements \Sonata\AdminBundle\Admin\Admin…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 4.2.1 4.3.1 The missing Symfony Admin Generato…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 4.11.1 4.11.1 The missing Symfony Admin Generato…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 4.14.0 4.14.0 The missing Symfony Admin Generato…
-
### Environment
#### Sonata packages
show
```sonata-project/admin-bundle 4.12.0 4.12.0 The missing Symfony Admin Generator
sonata-project/block-bundl…
-
## Feature Request
Provide a way to configure admin's filter parameters dynamically without a hard dependency against a `Request`:
https://github.com/sonata-project/SonataAdminBundle/blob/b2d0f484…
-
In more recent versions of dbal, the insertion of default option for datetime is no longer being performed, with the result that you're unable to generate a DB schema with a default CURRENT_TIMESTAMP.…
-
Before we could override this function getDataSourceIterator() in Admin classes.
Now after an update of sonata admoin I can't do it anymore. It can't be overrided as it is marked as "final" in paren…