-
Couldn't load subscription status.
- Fork 79
Allow artifact renaming #1715
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
Allow artifact renaming #1715
Conversation
… into artifact-study-pages-rename-artifacts
| bootstrapAlert(data.message, "danger"); | ||
| } | ||
| else { | ||
| $("#summary-title").text('Summary: ' + new_name + ' (ID: ' + artifact_id + ')'); |
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.
Do we really need Summary: name, (ID: bla!)? What about name (ID: bla)?
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.
Done
|
a few comments |
's comments
|
Changes will not affect tests, merging. |

Built on top of #1714 so review/merge that one first.
Updates the interface to allow changing the artifact name.
Changes the colors of the study menu buttons.