Skip to content

Updates for edit-project and create-project components #144

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

Merged
merged 1 commit into from
Aug 9, 2017

Conversation

jeff-phillips-18
Copy link
Member

No longer used in full pages so remove the btn-lg and input-lg classes and remove the alerts parameters

Fixes #142
Fixes #143

showAlert({
type: "error",
NotificationsService.addNotification({
id: 'edit-project-error',
Copy link
Member

Choose a reason for hiding this comment

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

We probably want to put the project name in the ID. Otherwise if you edit two different projects and get errors for both, you'll only see the first toast notification and not the second.

Copy link
Member Author

Choose a reason for hiding this comment

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

Decided just to remove the IDs. User could potentially try twice and not see the second notification.

Also updated notification messages and Logger'd failures.

No longer used in full pages so remove the btn-lg and input-lg classes
and remove the alerts parameters
Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

Looks good. We'll need to make sure removing the alerts doesn't break e2e tests when we pull this into console.

@spadgett spadgett merged commit 4f0c81c into openshift:master Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants