oroinc / customer-portal

OroCommerce package with customer portal and non authenticated visitor website base features.
Other
12 stars 15 forks source link

Missing class #2

Closed xgitxhubx closed 6 years ago

xgitxhubx commented 7 years ago

The class with namespace "Oro\Bundle\CustomerBundle\Migrations\Schema\v1_15\ClearLostCustomerUsers" was missing. It causes error when run the command "oro:message-queue:consume". File: https://github.com/oroinc/customer-portal/blob/master/src/Oro/Bundle/CustomerBundle/Resources/config/services.yml#L909 Definition:

oro_customer.clear_lost_customer_users_processor:
    class: Oro\Bundle\CustomerBundle\Migrations\Schema\v1_15\ClearLostCustomerUsers

https://github.com/oroinc/customer-portal/tree/master/src/Oro/Bundle/CustomerBundle/Migrations/Schema/v1_15 I think it is a typing error. Should it be "Oro\Bundle\CustomerBundle\Migrations\Schema\v1_14\ClearLostCustomerUsers"? https://github.com/oroinc/customer-portal/tree/master/src/Oro/Bundle/CustomerBundle/Migrations/Schema/v1_14

manowark commented 7 years ago

Hi, @xgitxhubx. Thank you for reporting the issue! We greatly appreciate all contributions to Oro projects. I created internal task to fix this problem (INTERNAL ID: BB-12901).

xgitxhubx commented 6 years ago

Thanks. It's fixed.