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
The submitApplication endpoint in adminViews can malfunction if application_id's student_id is not matching with the student_id mentioned as it is not checking whether The given application belongs to the student_id entered or not .This could lead to editing others applications with given student's Resume etc
The Same endpoint if the application_id is not mentioned can create a new application for the student who already applied which will lead to multiple errors(There are Errors while trying to handle The errors )
The text was updated successfully, but these errors were encountered:
submitApplication
endpoint in adminViews can malfunction ifapplication_id
'sstudent_id
is not matching with thestudent_id
mentioned as it is not checking whether The given application belongs to thestudent_id
entered or not .This could lead to editing others applications with given student's Resume etcapplication_id
is not mentioned can create a new application for the student who already applied which will lead to multiple errors(There are Errors while trying to handle The errors )The text was updated successfully, but these errors were encountered: