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

Clearing description on category "other" event produces duplicate category tag #409

Open
MatthewGidcomb opened this issue Jun 6, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@MatthewGidcomb
Copy link
Member

Reproduction steps:

  • Select the "Other" category and enter some text in the "What type of event are you putting on?" input field.
  • Clear the input field.
  • Enter new text into the field.
  • Use the Vue dev tools to inspect the Submission form's state or submit the event and inspect the resulting event.
  • The tags column should contain category:other:<the text you entered in the field> but instead it contains that plus an additional category:other tag.
@MatthewGidcomb
Copy link
Member Author

Should be fixed by #450, which completely reworked how category is stored such that it shouldn't be possible to duplicate the info. We'll check before closing for good.

@MatthewGidcomb
Copy link
Member Author

Still need to follow up on confirming this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants