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

Force tags to be lowercase in the frontend during parsing #92

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

JJ-8
Copy link
Owner

@JJ-8 JJ-8 commented Mar 24, 2024

The backend already enforces lowercase of the tags, but the frontend did not. This could result in double challenge imports if you parse again. Now after the custom parser, all tags are forced to be lower case and unique.

This fixes #89

The backend already enforces lowercase of the tags, but the frontend did not.
This could result in double challenge imports if you parse again.
Now after the custom parser, all tags are forced to be lower case and unique.

This fixes #89
@JJ-8 JJ-8 merged commit 26eb22a into main Mar 24, 2024
@JJ-8 JJ-8 deleted the 89-fix-tags-casing branch March 24, 2024 17:49
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.

Duplicate tags with different capitalization break the CTFd importer
1 participant