Describe the bug
When editing (and probably also creating) the subject of an assessment in the UI, the fields 'Subject ID', 'Subject Name' and 'Subject Type', which are all mandatory fields raise an error on submitting the form, if one or more of the them contains a string with more than 50 characters.
A red alert/dialog box complaining about the database instantly pops up and disappears again. I think a max length should be applied to these three form fields, since the database fields (table Subject) are a varchar(50).
Describe the bug When editing (and probably also creating) the subject of an assessment in the UI, the fields 'Subject ID', 'Subject Name' and 'Subject Type', which are all mandatory fields raise an error on submitting the form, if one or more of the them contains a string with more than 50 characters. A red alert/dialog box complaining about the database instantly pops up and disappears again. I think a max length should be applied to these three form fields, since the database fields (table Subject) are a varchar(50).
Screenshots