Feature request from peec, posted on GitHub Jul 19, 2016
When changing the quantity of a product from any number to 0, the state is automatically changed to Out of Stock upon saving. However, when changing an out of stock product to any number and saving, the product is still listed as Out of Stock.
Steps to reproduce
- Access an active, out of stock product through Products > Catalog
- Change Quantity to any number and save
Expected result
The product’s state is automatically changed to In Stock
Actual result
The product is still listed as Out of Stock despite the quantity change.
One must manually remember to also set In Stock which is a inconvenient step and not working as one would expect because the other way the state is changed.