webgriffe/SyliusAkeneoPlugin

Channel status for channels not existing on Akeneo

Opened this issue · 1 comments

At the moment the Product importer will disable the product for all the channels and then enable it for again all the channels:

private function handleChannels(ProductInterface $product, array $productVariantResponse): void
Is this logic right? Should not we handle only the channels that are existing on Akeneo?

Yes, you are right