Update Manage view access warning message
See original GitHub issueFeature Description
Bug bash issue: https://app.asana.com/0/1202258919887896/1202444327251156 please refer to Asana issue for background
When I go to the Dashboard sharing modal as an admin and change an option in a Who can manage view access dropdown, the following warning appears at the bottom of the modal:
“By clicking Apply, you are giving other admins permission to manage view-only access on your behalf to data from the Google services you selected “All Admins” for.”
I can’t tell if there are words missing here or I’m just having a hard time parsing. 🙂 Either way, I think it could read better. I also think the use of “data from the Google services” is a bit confusing as it could read as somehow related to managing permissions for the service itself, not SK.
I’d suggest changing to:
“By clicking Apply, you will give other admins of your site permission to manage view-only access to Site Kit Dashboard data from the chosen Google service.”
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- The message that appears when updating “Manage view access warning” should be changed to: “By clicking Apply, you will give other authenticated admins of your site permission to manage view-only access to Site Kit Dashboard data from the chosen Google service.”
Implementation Brief
- Update https://github.com/google/site-kit-wp/blob/26304ca85a87770a1e837f904cf983ea4d8040dd/assets/js/components/dashboard-sharing/DashboardSharingSettings/Notice.js#L54 to use the new message in the ACs.
Test Coverage
- No new tests needed.
QA Brief
- Enable
dashboardSharingfeature flag from the tester plugin. - Go to the Site Kit Dashboard.
- Open the Dashboard Sharing settings modal.
- Change the value of a dropdown under the
Who can manage view accesscolumn toAny admin signed in with Google. - Make sure the notice text shown up in the footer is according to the AC.
Changelog entry
- Update the warning notice that appears on the Dashboard Sharing modal when changing settings.
Issue Analytics
- State:
- Created a year ago
- Comments:7

Top Related StackOverflow Question
QA Update: ⚠️
@nfmohit Having an issue testing this. I’m on the develop branch. I’ve cleared my cache and also logged in my site incognito, so I do not think it’s a caching issue. I’ve also cleared local and session storage in the console.
When I click on the dropdown under
Who can manage view accessand selectAny admin signed in with Googlethe old message appears, when according to the AC it should beBy clicking Apply, you will give other authenticated admins of your site permission to manage view-only access to Site Kit Dashboard data from the chosen Google service.I’m not seeing the new view access warning message. Am I missing something obvious? 😄
Hi @nfmohit, this is a good spot, but I believe it’s covered by issue https://github.com/google/site-kit-wp/issues/5375 😃