-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Domain Management: Add onclick back for the privacy protection compact notice #1740
Conversation
context: 'An icon label when Privacy Protection is enabled.' | ||
} ) } | ||
</Notice> | ||
<a href="#" onClick={ this.goToPrivacyProtection }> |
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.
We shouldn't wrap with the link when there is privacy protection enabled. This page won't load in such case.
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.
The link worked fine for me -- just takes me to /domains/manage/:domain/contacts-privacy/:site
. Any reason we shouldn't consistently link to it?
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.
In that case we should use this path domainManagementContactsPrivacy
for privacy protection enabled, because at the moment we have redirect in between.
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.
Updated.
0da0c81
to
f6fc426
Compare
f6fc426
to
99f867e
Compare
I noticed that there was # added to the url when user clicks on None button. I added commit with fix. Now this should be ready to merge. I tested it and work properly in all cases :) |
99f867e
to
0a6650f
Compare
Domain Management: Add onclick back for the privacy protection compact notice
Updates the Privacy Protection on/off compact notices (shown below) so they correctly click through to the privacy settings page.
cc: @gziolo who raised this issue in #1676 (comment).