-
On update SonataMediaBundle dont work anymore.
``` [ReflectionException]
Class Sonata\MediaBundle\Replicate does not exist
```
-
Figuring out how translations are packaged left me somewhat confused:
Dashboard of `SonataAdminBundle` tries to load translations from `SonataAdminBundle` domain. The translation keys it tries to loo…
-
When using `'sortable' => 'position'`, elements are draggable but no position inputs are created, so the position is not saved after the submission of the form .
-
I use sonate_type_model on one of my field relation entity.
When i use the little "+" button at the bottom of choice field, a form appear.
When i save the form, the dialog will close.
But the insert…
-
Hi,
Seems that the latest version of image is not compatible with SonataMediaBundle .
Please check below the discussion :
http://groups.google.com/group/symfony2/browse_thread/thread/6baf9763ab4b5f5…
-
All is in the title,
When doing
```
{% thumbnail media, 'small_format', {'class': 'myclass'} %}
{% media media, 'small_format', {'class': 'myclass'} %}
```
as the doc specifies it, it ends up wit…
-
After installation when i get on dashboard, i have this error:
```
Warning: Missing argument 1 for Gaufrette\Adapter\Local::__construct(), called in
Symfony2/app/cache/dev/appDevDebugProjectContai…
-
Hi,
I followed the installation instructions, launched the sonata:easy-extends:generate command, and when I do doctrine:schema:update, 3 tables are created, but the only fields are the primary keys. …