-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.105.0 4.5.0 The missing Symfony Admin Generat…
-
### Environment
#### Sonata packages
```
sonata-project/admin-bundle 3.51.0 3.66.0 The missing Symfony Admin Generator
sonata-project/block-bundle 3.17.0 3.18…
-
## Feature Request
Sonata uses sticky forms by default. Sticky forms are a feature that has the form actions in an edit view render the action buttons at the bottom of the page, but scroll upwards …
-
Hello,
I just noticed today that the [Security documentation](https://github.com/sonata-project/SonataAdminBundle/blob/4.x/docs/reference/security.rst) says that "If you want to change the handler …
-
I'm getting a lot of error from this file https://github.com/sonata-project/SonataAdminBundle/blob/master/src/Maker/AdminMaker.php
Most of them are because `$input->getArgument('...')` are consider…
-
### Symfony version(s) affected
^4.4.34
### Description
I am using Symfony v4.4.33 and Sonata. When I update Symfony to ^4.4.34, I encountered a bug in group property in the Constraint class …
-
Following up #28
-
Hello Dear Comunity
I had implemented a child admin class based on documentation of sonata [(SEE HERE)](https://symfony.com/doc/master/bundles/SonataAdminBundle/reference/child_admin.html)
Imagin…
-
### Environment
#### Sonata packages
show
```
sonata-project/admin-bundle 3.105.2 4.0.1 The missing Symfony Admin Generator
sonata-project/block-bundle 3.23.2 …
-
## Feature Request
An Admin class must be registered as a service like this:
```
# config/services.yaml
services:
# ...
admin.category:
class: App\Admin\CategoryAdmin
…