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] Adding Multiple Tags field to multiple selected files breaks Tag assignment #92

Open
SirPhilip3 opened this issue Apr 29, 2024 · 1 comment
Labels
bug Something isn't working critical issue A bug or issue that requires immediate attention

Comments

@SirPhilip3
Copy link

Steps to reproduce

  1. Select two or more files
  2. Add the Tags field
  3. Add another Tags field
  4. You can now add Tags only to the first Tags field , the second will always remain empty and the tags added to this field will be added to the first field instead
TagStudioBug.mp4
@SirPhilip3 SirPhilip3 changed the title [BUG] Adding 2 Tags field to multiple selected files breaks Tag assignation [BUG] Adding 2 Tags field to multiple selected files breaks Tag assignment Apr 29, 2024
@SirPhilip3 SirPhilip3 changed the title [BUG] Adding 2 Tags field to multiple selected files breaks Tag assignment [BUG] Adding Multiple Tags field to multiple selected files breaks Tag assignment Apr 29, 2024
@Loran425
Copy link
Collaborator

This is currently a known bug, that was caused by some of the changes allowing multiselection to work.
I believe the plan is to fix this with the JSON->DB swap that is in progress but for the moment limiting to a single tag group of each type (tags/content tags/meta tags) is probably the easiest way to prevent this from occurring.

A library loading bug was causing TagStudio to not recognize existing tag groups and add copies, this unintended multiple group creation should be resolved if #95 is merged but this particular issue having multiple tag groups remains.

From the UI you can remove the second tag group without issue if you decide to work with one tag group.

@CyanVoxel CyanVoxel added bug Something isn't working critical issue A bug or issue that requires immediate attention labels Apr 30, 2024
@CyanVoxel CyanVoxel added this to the SQLite Database Migration milestone Apr 30, 2024
@CyanVoxel CyanVoxel pinned this issue May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical issue A bug or issue that requires immediate attention
Projects
None yet
Development

No branches or pull requests

3 participants