This appears to be a repeating issue: users clicking create instead of selecting the one already present, when both are the same.
Please add setting for unique values for many to many fields like Tags.
This appears to be a repeating issue: users clicking create instead of selecting the one already present, when both are the same.
Please add setting for unique values for many to many fields like Tags.
If your Tags are in a database, then you can simply require the Name field to be unique:
Alternatively, use access control to limit who is able to create new entities
Thank you, that worked. Good enough for now (albeit a bit clumsy ux)