-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
It seems that it is possible to create a tag with the same name twice.
I tried creating the same tag for a third time and DocIntel is telling me that the “Label” (the name of the tag basically) already exists.
When I try to click on either of the two “same” tags I get a DB crash error:
InvalidOperationException: “Sequence contains more than one element”
and
“System.Linq.ThrowHelper.ThrowMoreThanOneElementException()”.
This might be due to the fact that DocIntel doesn’t know what to do with two of the same objects existing at the same time while being unable to prevent their creation in the first place.
Metadata
Metadata
Assignees
Labels
No labels