Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Merging tags results in duplicate tags on some entries #2

Closed
tachyondecay opened this issue May 9, 2012 · 0 comments
Closed

Merging tags results in duplicate tags on some entries #2

tachyondecay opened this issue May 9, 2012 · 0 comments
Labels

Comments

@tachyondecay
Copy link
Owner

Suppose an entry has the following tag list:

Clark Kent, Lois Lane, Superman, Jimmy Olsen

And then you decide to merge Clark Kent and Superman (for no particular reason). Then the entry’s tag list will look like so:

Clark Kent, Lois Lane, Clark Kent, Jimmy Olsen

This is because the merge operation doesn’t know with which entries a particular tag is associated with. All it cares about is updating all the tags with an old value to the new value, which results in a duplicate.

This isn’t a critical bug, because editing/saving the entry will get rid of the duplicate easily enough. The merge operation should do some kind of cleanup to prevent this from happening.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant