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
Where:
TeacherService.Validations.cs When:
Teacher Registration Issue:
A middle name for a teacher is mandatory but a teacher might not have a middle name. Fix:
Middle name should be optional.
Note:
It must allow NULL but not an empty string or whitespaces.
The text was updated successfully, but these errors were encountered:
kandarpgautam
changed the title
MINOR FIX: Middle name should be optional
MINOR FIX: Middle name of teacher should be optional
Mar 1, 2024
Where:
TeacherService.Validations.cs
When:
Teacher Registration
Issue:
A middle name for a teacher is mandatory but a teacher might not have a middle name.
Fix:
Middle name should be optional.
Note:
The text was updated successfully, but these errors were encountered: