When a person applies for a job, the user that posted the job gets an email which contains some links about the applicant.

One of these links is supposed to be a link to any uploaded files that is attached to the current user's resume.

I have attached a pdf to a resume and applied to a job but I did not get the link in the email for the uploaded file.

The problem lies in the code of job.module lines 623-653

I believe D7 using filefield in drupal core so this bit of code might need some updating.

CommentFileSizeAuthor
#1 jobsearch_email_issue_fix.patch9.18 KBlalit774
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lalit774’s picture

Assigned: Unassigned » lalit774
Status: Active » Closed (fixed)
FileSize
9.18 KB

Please test attached patch. i have fixed this issue. i have done unit testing. now it seems working good.

xamount’s picture

Status: Closed (fixed) » Needs review

changing status back to "needs review" as this needs to be reviewed and tested by the community before being committed.