Creating course with uppercase characters results in error
Closed this issue · 1 comments
Planeshifter commented
Describe the bug
Creating a course with an uppercase letter results in an error message being displayed.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Create Course'
- Fill in a course identifier with uppercase letters and click on 'Create'
- See error
Expected behavior
Since course identifiers should neither contain uppercase letters nor spaces, we should use client-side validation to block the user from creating a course with such an identifier while at the same time validating correct inputs server-side.
Planeshifter commented
This issue has meanwhile been resolved.