-
Notifications
You must be signed in to change notification settings - Fork 295
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
Goals CTA widget appears on shared dashboard #5351
Comments
@tofumatt we don't currently have a way to check if the user has that kind of access to the account/property. It may be possible to request through the management API but this would substantially increase the effort needed for this change and we don't do it now so I'm going to remove that detail. We can always revisit it later in a follow-up 👍 |
Ah, fair enough on the access bit. In that case, looks good! IB ✅ |
Hi @hussain-t, please could you add a QA Brief for this issue? |
OMG, how did I miss that! Thanks for catching it, @techanvil 👍 |
Thanks @hussain-t, that's great. Moving back over to QA :) |
Bug Description
Bug bash issue: https://app.asana.com/0/1202258919887896/1202419766205815 please refer to Asana issue for background
When the non-authenticated user (editor) has access to Analytics, the Goals CTA appears on the shared dashboard. It's my understanding that this should not appear.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
assets/js/modules/search-console/components/dashboard/SearchFunnelWidget/Overview.js
,CreateGoalCTA
orCTA
if the user has been authenticated by querying thecore/user
data store via theisAuthenticated
selector.Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: