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

Fix invalid tags #471

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

czarnecki
Copy link
Member

This PR changes TagsConverter to properly handle empty input, removes existing workarounds, and adds a migration to remove the invalid data.

Resolves #469.

TagsConverter would return a list containing only the empty string when
the input was empty. This of course isn't the expected behaviour.
@czarnecki czarnecki closed this Nov 29, 2021
@czarnecki czarnecki deleted the fix-invalid-tags branch November 29, 2021 10:36
@czarnecki czarnecki restored the fix-invalid-tags branch November 29, 2021 11:08
@czarnecki czarnecki reopened this Nov 29, 2021
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.

TagsConverter creates an empty tag when the input is blank
1 participant