-
Notifications
You must be signed in to change notification settings - Fork 525
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
Added namespace ids and label #2670
Conversation
Your preview environment pr-2670-bttf has been deployed. Preview environment endpoints are available at: |
className="italic text-danger" | ||
title="this namespace is not found" | ||
> | ||
phase.namespace.name |
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.
Wrap this in curly braces
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
The other part of that linked issue is that if someone created a namespace that has a special character in the name like |
… problem on editing and deleting. Fixed missing curley braces
Allowed editing names after adding to experiments. Fixed url encoding problem when editing and deleting. Fixed missing curly braces
Splits label from the id for namespaces so that the label can be edited without reassigning users or causing reference errors.
Fixes #2666