Skip to content
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

Me: Fix missing cancel button on email change notice #1273

Merged

Conversation

johnHackworth
Copy link
Contributor

Fix #1271

(probably related with the chanegs in notices) we were missing the 'cancel' button in the 'email changed, waiting for confirmation' notice:
image

This PR adds the button again:
image

ping @aduth @ebinnion

ping @mtias & @artpi , because this bug could be related with the changes in notices?

@johnHackworth johnHackworth added [Type] Bug When a feature is broken and / or not performing as intended [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Feature] Notifications Site notifications. [Feature] User & Account Settings (/me) Settings and tools for managing your WordPress.com user account. labels Dec 4, 2015
@johnHackworth johnHackworth self-assigned this Dec 4, 2015
@@ -33,7 +33,7 @@ var LanguageSelector = require( 'components/forms/language-selector' ),
ReauthRequired = require( 'me/reauth-required' ),
twoStepAuthorization = require( 'lib/two-step-authorization' ),
user = require( 'lib/user' )(),
Notice = require( 'components/notice' ),
Notice = require( 'notices/notice' ),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnHackworth : it's good that you pinged me. We are getting completely rid of notices/notice.
I think the proper way to do this would be to use NoticeAction component.
But yeah, thir is our fault :)

Commit 5da0e74 changed used component
and link broke. here we add component again
@artpi
Copy link
Contributor

artpi commented Dec 4, 2015

Now it should be:

ebinnion added a commit that referenced this pull request Dec 4, 2015
…on-missing-from-my-account

Me: Fix missing cancel button on email change notice
@ebinnion ebinnion merged commit b351075 into master Dec 4, 2015
@ebinnion ebinnion deleted the fix/email-change-cancel-option-missing-from-my-account branch December 4, 2015 17:48
@scruffian scruffian removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Notifications Site notifications. [Feature] User & Account Settings (/me) Settings and tools for managing your WordPress.com user account. [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants