Hello. I couldn’t find the theme for my question. I’m learning SW_6 with the documentation and I’m noticing innacuracies. For example: https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/indepth-guide-bundle/storefront?category=shopware-platform-dev-en/getting-started/indepth-guide-bundle in the Step8 you wrote
$event-\>getCriteria()-\>addAssociationPath('bundles.products.cover');
But the method addAssociationPath doesn’t exist. It is mistake, doesn’t it? Or am I wrong? It means addAssociation(‘bundles.products.cover’)
Does the forum have section for inaccuracies in documentation. That would be perfect.