You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The approach however is different: no categories vs multiple category trees.
But the following fix will work by simply checking if the category is set:
Although the related issue can be fixed with the above, it's probably better to skip the setCategories step altogether,
by checking if the akeneo_connector_entities table contains imported categories, as to not waste resources.
The text was updated successfully, but these errors were encountered:
Environment and configuration
Steps to reproduce in Akeneo
Steps to reproduce in Magento
bin/magento akeneo_connector:import --code=category,product
(or schedule the jobs)Expected result
Actual result
This issue is related to #653.
The approach however is different: no categories vs multiple category trees.
But the following fix will work by simply checking if the category is set:
reference
Although the related issue can be fixed with the above, it's probably better to skip the
setCategories
step altogether,by checking if the
akeneo_connector_entities
table contains imported categories, as to not waste resources.The text was updated successfully, but these errors were encountered: