-
I am trying to override the default standard_layout.html.twig file from the SonataAdminBundle.The new version is in app/Resources/SonataAdmin/views. It extends ::base.html.twig. Essentially, I have cu…
-
look comments on config
``` yml
sonata_admin:
dashboard:
groups:
sonata.admin.group.content:
label: core.menu.routing
label_catalogue…
-
### Environment
#### Sonata packages
`````` bash
$ composer show sonata-project/*
# Put the result here.
#### Symfony packages
```bash
$ composer show symfony/*
# Put the result here.
`sonata-p…
-
Regarding KnpMenu Translation
http://symfony.com/doc/current/bundles/KnpMenuBundle/i18n.html
I tried this code:
``` php
protected function configureTabMenu(MenuItemInterface $menu, $action, Admin…
-
After updating from 2.8.9 to 2.8.10 I experience the following exception for any request. Downgrading again resolves the issue. No other composer dependencies were updated in the process.
```
Runtime…
-
It is all working except that **object_id is never set in the translation table**. But when I manually set a value all is correctly updated from Sonata form.
**Composer:**
```
"a2lix/translation…
varas updated
8 years ago
-
I was trying to create some menu items with specific routes for the sonata sidebar in my config.yml like this:
```
news.admin.group.security:
label: Security
items:
…
-
I have upgraded a project from Symfony 2.3 to 3.1 and since I installed symfony/debug I am receiving this error when I try to clear the cache. Or when that command is called.
[Symfony\Component\Debu…
ghost updated
8 years ago
-
I generated a module for modifying my users. The table is pretty big so it is very long. Currently, there is no way to scroll, except using Shift+mousewheel. There is no scrollbar. The only way to see…
-
I have created a custom `show` action (`inspection_results`) and route inside my `ContractAdminController`.
``` php
class ContractAdmin extends Admin
{
protected function configureRoutes(RouteCol…