woocommerce/woocommerce
在 GitHub 查看[GlobalStep] "Review" count fails to update until user refresh the full page on "WooCommerce->Home" Page
Open
#32,264 创建于 2021年3月17日
BugGood First IssueKirigamiWayfindingplugin: woocommerce
描述
Bug Description:
"Review" count fails to update until user refresh the full page, after user moves multiple reviews into "Approve, Mark as Spam or Delete" from "WooCommerce->Home" Page
Environment:
Woocommerce Version : WooCommerce 5.1 and 5.0 WordPress version: (v5.7) WooCommerce Admin version: v2.0.2
PC: Windows 10, Mac 10.14.6 Chrome(Version 88.0.4324.104) Firefox(Version 86.0) Safari: v13.1.1
Steps To Reproduce:
- Create any test site using JN site.
- Install and activate all the required plugins
- Complete the onboarding setup wizard.
- Go to Products->Add New and Add multiple Products /Import Products csv file
- Go to frontend by clicking on "Visit Site" at top left corner under Home icon
- Add multiple reviews from frontend
- Backend: Go to Comments
- Unapproved all the comments
- Go to WooCommerce->Home page
- Under the reviews section, move the review into "Approve, Mark as Spam or Delete" by clicking on the respective options
- Observe that the count fails to update, as we move the reviews
- Refresh the page and note that now the count for Review starts updating
Note: For one review its updating properly, for multiple reviews this issue is observed
Actual Result:
"Review" count fails to update until user refresh the full page on "WooCommerce->Home" Page
Expected Result:
"Review" count should update simultaneously when moved from "WooCommerce->Home" Page
Video:
Isolating the problem (mark completed items with an [x]):
- I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- This bug happens with a default WordPress theme active, or Storefront.
- I can reproduce this bug consistently using the steps above.