The path is not correct for 'Please complete your resume and make it visible first.' in job application feature

Comments

mh86’s picture

Status: Active » Postponed (maintainer needs more info)

not correct in what sense? is "resume" not linked at all or is the link incorrect?

kaizerking’s picture

1.applicant/applications doesn't show results even when there are some applications not even no results behavior.

2.recruiter/applications shows 'No incoming applications available' even when there are applications .
block 'View: Recruiter Applications' which shows results but is shown at the http://localhost/recruiter/resume/5 i.e when we enter a user id in address bar manually

iRex’s picture

In my case the link goes to localhost/resume ... instead of (I assume) localhost/recruiter/resume.

mh86’s picture

There have been some improvements and fixes in the job application feature. Download the latest version and revert the feature.

Concerning the path, iRex, this is due to your installation in a subfolder and won't be a problem on production websites.

technopteam’s picture

I fixed it in my installation like this :

  • Go to Structure > Pages
  • Edit the Custom page "page-job_application_add"
  • Go to variant "Wrong resume state" and change the content by using the substitution term %profile2:url for the user resume url so that the body of the content should be :
  • Please complete <a href="%profile2:url">your resume</a> and make it visible first.

A possible workaround is to use virtual hosts for your drupal subfolder

mh86’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks for this hint, technopteam. I changed the export to use %profile2:url.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.