-
the Configuration should use enumNode where we have a limited set of choices, rather than scalarNode. see for example https://github.com/symfony-cmf/MenuBundle/blob/master/DependencyInjection/Configur…
-
Hi
I have just installed a fresh copy of the sandbox. When I try to create a new page, I get the following error:
```
PHP Fatal error: Call to a member function createQuery() on a non-object in /Li…
-
While integrating the new features into thesandbox i recognized some issues with persisting translated contents.
I think the the listener that creates the array from the `SeoMetadata` object does no…
-
I try to do a composer update on sf2.4, and got this error
```
[RuntimeException]
The AdminBundle requires the KnpMenuBundle, but you need to choose your version (and choose wisely, fellow padawa…
-
I have problem to install sonata-userbundle when I run php composer.phar update I get this error :
Problem 1
- Installation request for sonata-project/user-bundle 2.1.x-dev -> satisfiable by sonata-…
nll12 updated
10 years ago
-
Hello,
There is an inconsistency between admin-bundle ManagerInterface namespace (Sonata\CoreBundle\Entity) and block-bundle use declaration:
`use Sonata\CoreBundle\**Model**\ManagerInterface;`
(wi…
-
Hello!
Now, I try to configure some different roles in my admin area.
{ path: ^/admin/, role: ROLE_ADMIN }
I have the next roles with extended from ROLE_ADMIN: CLIENT and PARTNER
And I have some CRUD…
IgorN updated
10 years ago
-
If you follow the instructions on http://symfony.com/doc/current/cmf/cookbook/create_new_project_phpcr_odm.html, the provided `composer.json` config won't resolve the dependencies.
## Logs
### using …
felds updated
10 years ago
-
Hey,
I've found the list filter layout to be broken, and I think it has to do with commit https://github.com/sonata-project/SonataAdminBundle/commit/cc9f79f3e8ff9b2f65f0555ad77bd45f3fbc7126. I don't …
-
tests on master are failing. seems that Testing expects KnpMenuBundle to be available, but it isn't. i thought that is a requirement of sonata admin, so either something got wrong there, or something …