akeneo / magento2-connector-community

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

Attribute option deleted in Akeneo doesn't get deleted in Magento #77

Open bartoszkubicki opened 4 years ago

bartoszkubicki commented 4 years ago

Environment and configuration

  1. Akeno connector 100.2.4
  2. Magento Open Source 2.3.3

Steps to reproduce

  1. Add new attribute option within akeneo
  2. Import attribute options
  3. Delete this option within akeneo
  4. Import options once again

Expected result

  1. Option deleted within akeneo is deleted within magento as well

Actual result

  1. Option deleted within akeneo is not deleted within magento.

Actually this problem doesn't cause (it seems so) any problem with product import, because when we delete option in akeneo is deleted througouht product base, so we import products without this option. But we have other options in magento, and different set in akeneo. While importing options some sort of compare should be performed, and options not existing in akeneo, should be deleted (but not with raw sql, because then we end up with products having not exisitng options)

mattiaguatta commented 4 years ago

same problem