Updated Release Testing Instructions WooCommerce 5.4 (markdown)

Julia Amosova 2021-05-15 20:42:12 -04:00
parent 5a562338ae
commit ef362ba3b4
1 changed files with 11 additions and 1 deletions

@ -21,4 +21,14 @@
## WooCommerce Core Updates
TBD
* Remove set_backorders logic from external products closes [#29696](https://github.com/woocommerce/woocommerce/issues/29696)
To test:
1. Create an Affiliated/External product.
2. Go to the product list and check the bulk edit checkbox for the external product.
3. On the `Bulk actions` dropdown select `Edit` then `Apply`
4. Go to `Backorders` dropdown and select any value.
5. Click on `Update`
6. Ensure there are no errors in your logs and the product updated without issues.
***