Closed (fixed)
Project:
Recruiter Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2012 at 17:44 UTC
Updated:
27 Feb 2013 at 10:00 UTC
The path is not correct for 'Please complete your resume and make it visible first.' in job application feature
Comments
Comment #1
mh86 commentednot correct in what sense? is "resume" not linked at all or is the link incorrect?
Comment #2
kaizerking commented1.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
Comment #3
iRex commentedIn my case the link goes to localhost/resume ... instead of (I assume) localhost/recruiter/resume.
Comment #4
mh86 commentedThere 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.
Comment #5
technopteam commentedI fixed it in my installation like this :
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
Comment #6
mh86 commentedThanks for this hint, technopteam. I changed the export to use %profile2:url.