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

feat(templates): add ability to update template name inline #12915

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

AlirieGray
Copy link
Contributor

@AlirieGray AlirieGray commented Mar 26, 2019

Closes #12744

This PR creates an action and reducer for updating a template, and adds the ability to update a template's name inline with the pencil icon.

2019-03-26 15 01 24

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Rebased/mergeable
  • Tests pass

@AlirieGray AlirieGray force-pushed the templates/rename-templates-inline branch 2 times, most recently from 3b0792e to bb12ecd Compare March 26, 2019 22:22
@@ -845,6 +845,16 @@ export const createTemplateFailed = (error: string): Notification => ({
message: `Failed to export resource as template: ${error}`,
})

export const updateTemplateSucceeded = (): Notification => ({
...defaultSuccessNotification,
message: `Successfully update template.`,
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably read updated

@AlirieGray AlirieGray force-pushed the templates/rename-templates-inline branch 5 times, most recently from 9ab97ff to 9001e47 Compare March 27, 2019 18:12
@AlirieGray AlirieGray force-pushed the templates/rename-templates-inline branch from 9001e47 to 358b065 Compare March 27, 2019 18:21
@AlirieGray AlirieGray merged commit 2b02b38 into master Mar 27, 2019
@AlirieGray AlirieGray deleted the templates/rename-templates-inline branch March 27, 2019 18:32
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