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

Shortnames can have non ascii characters #432

Merged
merged 10 commits into from
Nov 6, 2024

Conversation

Jorgen-5
Copy link
Contributor

@Jorgen-5 Jorgen-5 commented Nov 6, 2024

  • All variable shortnames ids are encoded with url encoding to remove possible non-ascii characters
  • Before the shornames ids are used they are decoded to get the original shortname value
  • Added tests that check that one is able to still edit a dataset with illegal shortnames

@Jorgen-5 Jorgen-5 requested a review from a team as a code owner November 6, 2024 11:51
.vscode/settings.json Outdated Show resolved Hide resolved
.vscode/settings.json Outdated Show resolved Hide resolved
Copy link
Member

@mmwinther mmwinther left a comment

Choose a reason for hiding this comment

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

Nice work 👍

@Jorgen-5 Jorgen-5 merged commit 0fbf501 into master Nov 6, 2024
19 checks passed
@Jorgen-5 Jorgen-5 deleted the fix/shortnames-can-have-non-ascii-characters branch November 6, 2024 12:38
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