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

BUG: Tags can be assigned more than one time. #1013

Open
sebastiangaertner opened this issue Jan 30, 2023 · 2 comments
Open

BUG: Tags can be assigned more than one time. #1013

sebastiangaertner opened this issue Jan 30, 2023 · 2 comments
Labels
tool: Verify Relates to the capture verification tool (Verify page) type: bug Something isn't working wontfix This will not be worked on

Comments

@sebastiangaertner
Copy link
Contributor

The current version allows a tag to be assigne more than once which creates great confusing when filtering by tag through a join query.

@sebastiangaertner sebastiangaertner added the type: bug Something isn't working label Jan 30, 2023
@nmcharlton nmcharlton added the tool: Verify Relates to the capture verification tool (Verify page) label Feb 2, 2023
@nmcharlton
Copy link
Collaborator

@sebastiangaertner Is this in the production environment (i.e., the legacy database, public.tree_tag)?
We apply a unique index in the new table (treetracker.capture_tag) to prevent this happening, so this will not be possible once we complete deployment.

@sebastiangaertner
Copy link
Contributor Author

Yes it is in the legacy.

@nmcharlton nmcharlton added the wontfix This will not be worked on label Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool: Verify Relates to the capture verification tool (Verify page) type: bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants