ibnab / magento2-delete-orders

IBNAB Shadows of open source - The first three centuries
http://www.ibnab.com
24 stars 11 forks source link

Module does not work with Magento EE #15

Open kostya7777 opened 7 years ago

kostya7777 commented 7 years ago

The problem is the you use pure SQL code like this: https://github.com/ibnab/magento2-delete-orders/blob/master/Controller/Adminhtml/Order/MassDelete.php#L84 Magento can not find a db. These are simple rules to support Magento EE db splitting feature. http://devdocs.magento.com/guides/v2.0/config-guide/multi-master/multi-master.html#config-ee-multidb-opts

ibnab commented 7 years ago

Great Note !