You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our tagging system allows empty tags.
If I press enter on a tag input without typing any text, trento allows that tag to be created.
I would argue about the usefulness of an empty tag already here.
Then this opens the issue of not being able to delete those tags.
When I refresh the page I get the items with the empty tag pill, and when I try to delete it, the backend goes 404 because of a non-existent deletion endpoint.
Currently our tagging system allows empty tags.
If I press enter on a tag input without typing any text, trento allows that tag to be created.
I would argue about the usefulness of an empty tag already here.
Then this opens the issue of not being able to delete those tags.
When I refresh the page I get the items with the empty tag pill, and when I try to delete it, the backend goes 404 because of a non-existent deletion endpoint.
Simply put
the deletion endpoint should be something like
When
<the-tag-value>
is empty, the computed enpoint being called iswhich does not exist.
The text was updated successfully, but these errors were encountered: