-
I installed SonataAdminBundle and SonataAdminORMBundle. And created basic CategoryAdmin as mentioned in docs.
it gives deprecations:
```
2020-06-23T15:22:35+02:00 [info] User Deprecated: The "con…
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.49.1 3.66.0 The missing Symfony Admin Generator
sonata-project/…
-
If composer.json has a custom repository (outdated fork) but it does not have required version, composer is considering this dependency as found even if constraint does not match.
----
My `compos…
-
I tried to use DDD model "Tag" with 3 fields: id, name, hash. "Tag" gets them in constructor. There are no setters at all, only getters (may be named a different way like $tag->name()). "Hash" field …
-
Hi there !
I am using Sonata Admin to develop the backend of my website, and came accross some strange behaviour yesterday. I am basically trying to have a form with two tabs, but do not need groups …
-
# Bug Report
| Subject | Details |
| :------------- | :---------------------------------------------------------------|
| Rector…
-
### Environment
Win10, WSL, PHP 7.4 fpm
## Subject
Try to install Sonata Admin Bundle on a fresh Symfony 4.4.99
## Steps to reproduce
composer create-project symfony/website-skeleton:4.…
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.71.0 3.71.0 The missing Symfony Admin Generator
sonata-…
-
Hello!
Im using AdminBundle 3.49 and im get error when AbsractAdmin set parent association for new child object.
Bug accures when getter of parent object defenied as
```PHP
/**
* @ORM\Entity(…
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | yes
| BC Break report? | no
| RFC? | no
| Symfony version | 3.3-dev
Hi,
I want …