[FIX] RECRUITMENT: Fixed candidate document reupload issue
This commit is contained in:
@@ -1275,7 +1275,7 @@ class CandidateDocumentUpdateForm(ModelForm):
|
||||
class Meta:
|
||||
model = CandidateDocument
|
||||
fields = "__all__"
|
||||
exclude = ["is_active"]
|
||||
exclude = ["is_active", "document_request_id"]
|
||||
|
||||
|
||||
class CandidateDocumentRejectForm(ModelForm):
|
||||
|
||||
Reference in New Issue
Block a user