-
The following code is BC break with Sonata Admin Bundle and Sonata Block Bundle introduced by
2fbd2e105f70c5bc1d1e48292ccbeb595527b9a2. Linked entities (with `sonata_type_model_list` form type) in bl…
-
Hello!
Please help me to solve the issue.
Steps to reproduce the error:
Install the sonata page bundle and do the required configuration.
Go to Pages at back-end:
Pages > Manage Pages >> …
-
### Environment
#### Sonata packages
```bash
$ composer show sonata-project/*
sonata-project/admin-bundle 3.17.0 The missing Symfony Admin Generator
sonata-project/block-bundle …
-
It's not possible to create autocomplete type where `mapped = false` and filled `admin_code`
``` php
public function configureFormFields(FormMapper $formMapper)
{
$formMapper
…
-
#### Sonata packages
sonata-project/admin-bundle 3.20.1 The missing Symfony Admin Generator
sonata-project/block-bundle 3.3.2 Symfony SonataBlockBundle
sonata-project/c…
-
I've used [this answer](http://stackoverflow.com/questions/28921077/symfony-sonata-media-bundle-add-images-videos-to-a-user?rq=1#29066210) to add multiple images to my users, like a sort of personal p…
-
### Environment
| Question | Answer |
| --- | --- |
| Bundle version | 3.4 |
| Symfony version | 2.8 |
| php version | 5.5 |
## Subject
When you have two admins with a parent child relation and a…
-
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.35.2 3.35.2 The missing Symfony Admin Generator
sonata-project/block-bundle …
-
In the guide for FOS User Bundle there is an option to disable groups:
https://symfony.com/doc/current/bundles/FOSUserBundle/groups.html
There is also a note:
> Symfony supports role inherita…
-
I have a parent `Contract` admin class adding tab menus for the `list` view:
``` php
protected function configureTabMenu(MenuItemInterface $menu, $action, AdminInterface $childAdmin = null)
{…