-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 4.11.1 4.11.1 The missing Symfony Admin Generator
sonat…
-
After following the Quick-Start guide it is not possible to login into osTicket.
Steps to Reproduce:
- run the Maria DB docker with `docker run --name osticket_mysql -d -e MYSQL_ROOT_PASSWORD=se…
-
## Feature Request
Sometimes there are cases which require path in the breadcrumbs to be different from the actual sonata structure. Looks like that right now it's absolutely impossible to do that …
-
The authenticated mode does not work well because of permission issue.
![image](https://user-images.githubusercontent.com/1698357/33667476-3c245598-da9d-11e7-9e60-00480a00b02c.png)
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
# Put the result here.
```
sonata-project/admin-bundle 4.29.2 4.29.2 The missing S…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.22.6 4…
-
Passing a QueryBuilder that returns simple results, such as:
```php
$query = $repository->createQueryBuilder('product')
->select('product.name');
```
results in an exception:
> Runtime…
Kreyu updated
9 months ago
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.71.1 3.71.1 The missing Symfony Admin Generator
sonata-projec…
-
When attempting to use this bundle (v2.0.0) with `sonata-project/admin-bundle:4.29` - we receive an error:
```
In MediaAdminExtension.php line 27:
!! …
-
Now I use VichUploaderBundle + KnpGaufretteBundle to upload image to AWS s3, but how to resize image size when upload?