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
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
OST doesn't allow an instructor to create topics with duplicate names. However when a user tries to name a topic using an existing name, OST does not return an error. Instead, it defaults to the topic's "default" name (e.g., Topic 12). We should return an error so it's unclear what the problem is and how to resolve it.
To do: when an instructor names a topic using a name that already exists, return an error message that says "A topic with this name already exists. Please rename this topic."
OST doesn't allow an instructor to create topics with duplicate names. However when a user tries to name a topic using an existing name, OST does not return an error. Instead, it defaults to the topic's "default" name (e.g., Topic 12). We should return an error so it's unclear what the problem is and how to resolve it.
To do: when an instructor names a topic using a name that already exists, return an error message that says "A topic with this name already exists. Please rename this topic."
Related to issue #338.
The text was updated successfully, but these errors were encountered: