[examiner] Special characters in examiner names should not be allowed #7965
Labels
24.0.0-bugs
Issues or bug fix PRs that were raised during the testing of release 24.0.0
Category: Bug
PR or issue that aims to report or fix a bug
Module: examiner
PR or issue related to examiner module
Milestone
Describe the bug
Special characters should not be allowed in examiner names. Special characters get escaped when saved in the database and cause an error when associating examiners with sites.
NOTE: It is "normal" that an error is thrown because when the examiner name contains special characters, it is escaped on the way to the DB and thus can not be searched for to associate with sites in the examiner_psc_rel table. (long story short, the error is normal, there is just no reason for special characters here)
To Reproduce
Steps to reproduce the behavior (attach screenshots if applicable):
test" &string <with> characters
The text was updated successfully, but these errors were encountered: