-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Reader Comments: Implement moderation actions #17629
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
I noticed one small issue that probably pre-dates your changes.
It would be nice to refresh the view in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left one suggestion for consideration. Otherwise 👍 !
Thanks for the suggestion! Also, this way the comment count for the post will be correct since we're syncing once the user comes back to the thread. This is addressed in 84490b6. 🙂 |
Refs #17476
Depends on #17623
This PR adds functionality to the moderation menu items.
ReaderPost
's comment count (decrementing it by 1) when a comment is moderated.To test
newCommentThread
flag is enabled.Regression Notes
Potential unintended areas of impact
n/a. Feature is hidden behind a flag.
What I did to test those areas of impact (or what existing automated tests I relied on)
n/a. Feature is hidden behind a flag.
What automated tests I added (or what prevented me from doing so)
n/a. Feature is hidden behind a flag.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.