Skip to content

Conversation

@joshuatf
Copy link
Contributor

All Submissions:

Changes proposed in this Pull Request:

Adds the section to manually manage the stock status.

Closes #34388 .

How to test the changes in this Pull Request:

  1. Navigate to Products -> Add new (MVP)
  2. Toggle off the "Track quantity for this product" setting
  3. Switch between various stock statuses shown
  4. Make sure that the stock statuses persist on refresh
  5. Toggle on the "Track quantity for this product" setting
  6. Make sure the stock statuses are not shown

Other information:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes, as applicable?
  • Have you successfully run tests with your changes locally?
  • Have you created a changelog file for each project being changed, ie pnpm --filter=<project> run changelog add?

FOR PR REVIEWER ONLY:

  • I have reviewed that everything is sanitized/escaped appropriately for any SQL or XSS injection possibilities. I made sure Linting is not ignored or disabled.

@joshuatf joshuatf requested a review from a team October 12, 2022 00:44
@joshuatf joshuatf self-assigned this Oct 12, 2022
@github-actions github-actions bot added focus: react admin plugin: woocommerce Issues related to the WooCommerce Core plugin. type: community contribution release: highlight Issues that have a high user impact and need to be discussed/paid attention to. labels Oct 12, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2022

Test Results Summary

Commit SHA: 2c6c31e

Test 🧪Passed ✅Failed 🚨Broken 🚧Skipped ⏭️Unknown ❔Total 📊Duration ⏱️
API Tests19600201980m 59s
E2E Tests186003018914m 13s

To view the full API test report, click here.
To view the full E2E test report, click here.
To view all test reports, visit the WooCommerce Test Reports Dashboard.

Base automatically changed from add/34387 to trunk October 12, 2022 21:30
@github-actions github-actions bot removed the release: highlight Issues that have a high user impact and need to be discussed/paid attention to. label Oct 17, 2022
Copy link
Contributor

@mdperez86 mdperez86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @joshuatf !!!

I left some small comments around

@joshuatf
Copy link
Contributor Author

Hey @mdperez86 - just updated per your feedback. Please take another look when you can.

@github-actions
Copy link
Contributor

New hook, template, or database changes in this PR

New hooks:

  • file: /plugins/woocommerce/src/Internal/Features/FeaturesController.php
    • NOTICE - 'woocommerce_feature_description_tip' introduced in 7.1.0:

@github-actions github-actions bot added the release: highlight Issues that have a high user impact and need to be discussed/paid attention to. label Oct 20, 2022
@joshuatf joshuatf merged commit 3a2a229 into trunk Oct 20, 2022
@joshuatf joshuatf deleted the add/34388 branch October 20, 2022 21:14
@github-actions github-actions bot added this to the 7.2.0 milestone Oct 20, 2022
@github-actions
Copy link
Contributor

Hi @joshuatf, thanks for merging this pull request. Please take a look at these follow-up tasks you may need to perform:

  • Add the release: add testing instructions label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin: woocommerce Issues related to the WooCommerce Core plugin. release: highlight Issues that have a high user impact and need to be discussed/paid attention to.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Inventory] Manual inventory management

4 participants