-
Notifications
You must be signed in to change notification settings - Fork 18
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
Return rating title in ProductReviews service #464
Labels
Comments
The issue was exported from the internal JIRA. The link to the original JIRA issue: https://jira.corp.magento.com/browse/SFAPP-181 |
Hi @magento-engcom-team. Thank you for your report. Please, add a comment to assign the issue:
|
m2-community-project
bot
added
Progress: in grooming
and removed
Progress: backlog
labels
Dec 10, 2020
m2-community-project
bot
added
Progress: ready for dev
and removed
Progress: in grooming
labels
Dec 11, 2020
@magento I am working on this. |
m2-community-project
bot
added
Progress: dev in progress
and removed
Progress: ready for dev
labels
Dec 15, 2020
github-jira-sync-bot
added
Progress: ready for grooming
and removed
Progress: dev in progress
labels
Feb 23, 2021
github-jira-sync-bot
added
Progress: backlog
and removed
Progress: ready for grooming
labels
Feb 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the current implementation, we return rating_id and rating_value.
It's necessary to return the rating title as well to be used on the storefront.
repo: https://github.com/magento/storefront-product-reviews-ce/
Extend Rating message with "name" value and use in \Magento\ReviewsStorefront\Model\ProductReviewsServer::getProductReviews method
The text was updated successfully, but these errors were encountered: