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

Added namespace ids and label #2670

Merged
merged 3 commits into from
Jun 21, 2024
Merged

Added namespace ids and label #2670

merged 3 commits into from
Jun 21, 2024

Conversation

Auz
Copy link
Contributor

@Auz Auz commented Jun 21, 2024

Splits label from the id for namespaces so that the label can be edited without reassigning users or causing reference errors.

Screenshot 2024-06-20 at 11 18 39 PM

Fixes #2666

Copy link

github-actions bot commented Jun 21, 2024

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
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@jdorn
Copy link
Member

jdorn commented Jun 21, 2024

The other part of that linked issue is that if someone created a namespace that has a special character in the name like #, the API calls to edit/delete it fail. It might be as simple as using encodeURIComponent on the front-end when constructing the API calls.

… problem on editing and deleting. Fixed missing curley braces
@Auz Auz merged commit 11aced8 into main Jun 21, 2024
3 checks passed
@Auz Auz deleted the gm/2666-namespace-id branch June 21, 2024 18:07
lukebrawleysmith pushed a commit that referenced this pull request Jul 24, 2024
Allowed editing names after adding to experiments. Fixed url encoding problem when editing and deleting. Fixed missing curly braces
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.

[Bug] Add separate namespace id and display fields.
2 participants