-
I can't find (understand) how to add items and cathegories to Left Side Admin Menu.
There is no detailed tutorial how to do this.
I can add items to `sonata.admin.block.admin_list` but to aside Admin …
-
after click on browse server button i am getting this error :
An exception has been thrown during the rendering of a template ("unable to find the route `sonata.media.admin.media.browser`") in CoopTil…
-
Having an entity with single table inheritance (or any other inheritance I believe) is currently not supported by the sonata_type_model_widget. The problem is that the "add new" button leads to a link…
-
2.0 has now been released https://github.com/KnpLabs/KnpMenu/tree/v2.0.1
Need to resolve
#82
#83
#3
#19
-
Hi,
**EDIT: The error only occurs when accessing dev environment (whith app_dev.php), not in prod environment**
I have a clean installation of the last sandbox at https://github.com/sonata-project/s…
-
After logging in with user that has no role to edit a subject I could still see a tab I added to the menu linking to the EDIT route:
``` php
protected function configureTabMenu(MenuItemInterface …
-
I'm using the Sonata for an ERP application, because I really like how it works. For this removed the frontend and the backend use only. I also made some changes in the main menu and ROLES.
My questi…
-
Currently, the "only" major features left are managing Doctrine relations (for which I still have the same ideas for different form implementations) , and customizing the main menu to add a nesting sy…
-
Hello,
I install Sonata AdminBundle on Symfony 2 with a PostgreSQL database and when I try to sort a list on a column, I obtain this error :
##
An exception has been thrown during the rendering of …
-
Since the tab menu is part of the list action it should be mentioned in the docs that you can use the `configureTabMenu` method for adding filters. For instance:
``` php
use Sonata\AdminBundle\Admin\…