-
Notifications
You must be signed in to change notification settings - Fork 823
Untangling: Show "Jetpack -> Subscribers" menu on all sites #44302
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
Untangling: Show "Jetpack -> Subscribers" menu on all sites #44302
Conversation
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! |
Code Coverage SummaryCoverage changed in 2 files.
|
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.
One thing we haven't done until now, but maybe worth considering, is whether we should show those menu items on WoA sites when the Subscriptions module is inactive. The menus aren't that useful when the feature is off, so maybe they should not be displayed?
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.
All works fine for me, though Jeremy asks a good question 🤔 .
29bb3ab
to
b4b3577
Compare
Looks like the Subscription module is renamed to Newsletter. If I disable it, I still can manage the subscribers through the I'm merging for now anyway, since this PR doesn't introduce a change in the menu visibility – it just moves it to a different location. If we need to unregister/hide the menu under some other circumstances, we can do it as a follow-up. |
Fixes DOTCOM-13884
Proposed changes:
/subscribers/:site
path to the Jetpack > Subscribers menu for all sites (that menu was previously only visible with the classic interface)./subscribers/jetpack-subscribers/:site
so we can inform users with a callout that the menu has been moved (see DOTCOM-13883). This menu will be removed after a month, and it's only visible to existing users.Other information:
Jetpack product discussion
N/A
Does this pull request change what data or activity we track or use?
No
Testing instructions:
/subscribers/:site
/subscibers/jetpack-subscribers/:site
(on a follow-up, this route will display a callout, see see DOTCOM-13883).