-
The form in the admin panel should not only show the values of the SeoMetadata, but also the defaults of the Sonata page service if no value was found for it in SeoMetadata
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.107.3 4.14.0 The missing Symfony Admin Gener…
-
This switch seems to display the entire sonata admin interface in the overlay - it would seem that what is needed is only the form.
Is this a known problem, or could it be local to my setup?
-
Hi,
When I call /api/token/refresh, the response is 401.
The request:
`curl -X POST \
http://127.0.0.1:8000/api/token/refresh \
-H 'Content-Type: application/x-www-form-urlencoded' \
-…
-
Using Symfony ACL is not recommended for most situations anymore. I also think sonata should not require symfony/security-acl component by default and instead it should be an optional dependency in ca…
-
-
i am new to symfony and liked admingenerator bundle. but its hard to learn because the the quick start guide isn't helpful. it will be much appreciated if there is a small tutorial on making menus and…
-
for easier integration and long term compatibility it would be good to split this bundle in 2 or three parts.
- core
- admingeneratorgenerator
- sonata
also it helps to know which files are required …
-
First of all - this is a great bundle. I use it in combination with sonata admin.
I like to change a few things in the view. Can anyone provide a possibility to override default template?
-
It seems currently that if I specify a non-existant node as the root_node in `doctrine_phpcr_type_tree_model` the backend throws an Exception. I guess it would be good to catch this error and tell the…