Handle cases when objects have `verified` as True
Opened this issue · 0 comments
nisarg73 commented
In SHP, each model has a field name verified
, which signifies if any particular object has been verified or not.
In Placement and Internship, once something is verfied by TPO officials, the user cannot edit that object's fields (except the description
field)
We need this same functionality in SHP as well.
Note: The backend part is already implemented for this. Only the frontend needs to be updated.