Arnaud Frézet
Arnaud Frézet
When retrieving an entity using the finder, if the entity has relations and the query is on those relations, passed entities should always have an id. If not, an exception...
As said in documentation to have a collection we should add `multiple` to our field. But this does not work as the collection is not mapped to the EAV value...
There is no documentation to add an entity to a linked collection.
It will be convenient to have a method like this `public function findOneBy(string $family, array $criteria)` to avoid injecting both `EAVFinder` and `FamilyRegistry` when requesting an entity.
Actually the only way to customize the base template seems to use the Twig template overriding process. This is not very convenient and not a very good practice. It is...
When using the starter-kit, a default menu is generated when adding an User, on the left bar menu. The link leads to an error page as the User family does...
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...