akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
950 stars 512 forks source link

Broken doctrine mapping #18888

Open andriusvo opened 1 year ago

andriusvo commented 1 year ago

:bug: I'm reporting a Bug :bug:

Version - Akeneo PIM v7.0 Symfony Webprofiler shows invalid entity: The association Akeneo\Pim\Enrichment\Component\Product\Model\Product#groups refers to the inverse side field Akeneo\Pim\Enrichment\Component\Product\Model\Group#products which does not exist. on Akeneo\Pim\Enrichment\Component\Product\Model\Product:

In a Group.orm.yml missed inverse side mapping:

    manyToMany:
        products:
            targetEntity: Akeneo\Pim\Enrichment\Component\Product\Model\Product
            mappedBy: groups
mautz-et-tong commented 1 year ago

Works on latest v6.0 as well ;-)