akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
81 stars 89 forks source link

Categories to import -filter works wrong #699

Open jurvi opened 2 months ago

jurvi commented 2 months ago

Environment and configuration

  1. Version: 104.3.9 with Akeneo 3.2.47 and Magento 2.4.5

Steps to reproduce

  1. Select some categories with "Categories to import" -filter
  2. Toggle advanced logging on
  3. Run the connector

Expected result

  1. tmp table contains the selected categories and their children

Actual result

  1. tmp table contains all the categories except the selected ones, looking like it's actually working as blacklist, not whitelist, even though the filter description says: "Select the categories you want to import.".
joelvai commented 1 month ago

I had the same problem and here is my solution #700