magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

[MAGETWO-53180] It's impossible to disable ScheduledImportExport module due to dependency #72

Open piotrekkaminski opened 6 years ago

piotrekkaminski commented 6 years ago

Preconditions

  1. Prior to installation, remove ScheduledImportExport module

Steps to reproduce

  1. Launch setup wizard

Expected result

  1. No module functionality is present in Stores > Config > ADVANCED > System: Scheduled Import/Export File History Cleaning
  2. No System > Scheduled menu item

Actual result

  1. There is no possibility to install Magento2 EE without this module: Unable to enable modules because of the following constraints: Cannot enable Magento_Enterprise because it depends on disabled modules: Magento_ScheduledImportExport: Magento_Enterprise->Magento_ScheduledImportExport
dmanners commented 6 years ago

The fix itself may not be perfect for a first time issue but the process of finding out why this dependency is in place would be perfect for someone taking on their first issue.