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
adding a new corpus with the name new as user foo is not possible if user bar already has a corpus with such a name, leading to the following error message
You have already a corpus going by the name corpus
even if the user foo does not have any corpora associated with them at all
To Reproduce
Steps to reproduce the behavior:
add user foo
add user bar
add corpus with name new as user bar
try to add corpus with name new as user foo
Expected behavior
a user should be able to add a corpus with a name which is already in use by a corpus of another user
The text was updated successfully, but these errors were encountered:
You're totally right, we should probably add the creator name in a secondary field, or it's ID (which would make sense to be honnest)
However, as you can share corpora, you could find yourself in a situation where a user have access to identically named corpora. So on the front, we should recoved and show this when a user have two corpora with the same name (not always, that would be clunky ?)
Describe the bug
adding a new corpus with the name
new
as user foo is not possible if user bar already has a corpus with such a name, leading to the following error messageYou have already a corpus going by the name corpus
even if the user foo does not have any corpora associated with them at all
To Reproduce
Steps to reproduce the behavior:
new
as user barnew
as user fooExpected behavior
a user should be able to add a corpus with a name which is already in use by a corpus of another user
The text was updated successfully, but these errors were encountered: