Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt Magento\CatalogInventory\Observer\UpdateItemsStockUponConfigChangeObserver #632

Closed
RomaKis opened this issue Mar 2, 2018 · 1 comment
Assignees

Comments

@RomaKis
Copy link
Contributor

RomaKis commented Mar 2, 2018

When save Catalog configuration in admin need to check changes and change products statuses.

We have Inventory configuration in admin.
After changing such options e. g. as min_qty or notify below we need to check which products statuses should change and do it. Now UpdateItemsStockUponConfigChangeObserver is doing it. But as we have multi stock system we need to adapt it.

Now if you change e. g. min_qty in admin configuration and save it, it will not work correctly
you need to do reindex.

@naydav
Copy link

naydav commented Mar 19, 2018

#677

@naydav naydav closed this as completed Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants