Postponed (maintainer needs more info)
Project:
Job Search
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2007 at 17:26 UTC
Updated:
22 Apr 2009 at 15:07 UTC
Comments
Comment #1
Christefano-oldaccount commentedI've noticed this, too. What I ended up doing was building a view to replace the always empty listing at job/applications
Comment #2
drupjab commentedThanks for this great module! I had this problem as well and solved it with a view - thanks christefano for the idea.
Comment #3
timmadden commentedWhat was the view filter that you setup to only get the right applications?..... I am trying to get a view to list the jobs the logged in user has applied for, but there are no filter criteria to do this, any ideas?
Comment #4
Pushkar Gaikwad commentedTim, make sure u have enabled the recruiter to access resumes from access control. Than check /job/applications you should be able to see something.
Comment #5
raddevon commentedI have returned to this issue after a long hiatus. I have the view created to replace the built-in applications queue. I have a field which displays the node ID of the resume that was submitted, but I need a way to provide a link to it. Any ideas?
Comment #6
kbahey commentedYou can do that by using the theme wizard in views, and then formatting the nid to be a link.
Comment #7
raddevon commentedkbahey:
I am exploring this option, but I'm completely overwhelmed. I may be in over my head. I don't really know where to start.
Comment #8
xamount@raddevon:
go to admin/build/views and click on the Theming Wizard tab. There you can generate the code necessary to paste into template.php etc. It will tell you where to paste the code and what customtpm.php file to create etc. In the custom tpl.php file you would have to created, you can then format the nid into being a link.
Comment #9
raddevon commentedI have the view setup the way I want now, but it is blank for all users except the admin. I thought it was a permissions issue, but I gave the role every permission and the view still says it is empty. Two applications have been submitted and are visible when logged in as the admin user. Any ideas?
Comment #10
xamountTry going to admin/content/node-settings and rebuilding the node permissions.
You can also try going to admin/build/views/tools and clearing the Views cache.
Ofcourse if I were you I would back up the database before I do these things.
Comment #11
raddevon commentedThanks for the feedback. I tried both of these to no avail. Do you have any other suggestions?
Comment #12
xamountThe job that was created, was it created by the recruiter/employer who you are trying to view job applications for? Or was the job created by admin?
Comment #13
raddevon commentedThe job was created by the admin.
Comment #14
xamountThat might be your problem. Change the author of the job to the employer who you are trying to view job applications for.
If you really think about it, Company A (the employer) is trying to view job applications for a job that was posted by Company B (the admin in your case).
Comment #15
raddevon commentedSo, users (with correct permissions, of course) will only see submitted applications for jobs they themselves have created? Or is this based on the role? If I have a number of users within the same role that can view submitted applications, will they all see the same submitted applications or will they see only applications to those jobs they individually have created?
Comment #16
xamountUsers will only see job applications for jobs they have created themselves. This is how its supposed to be and realistically, it makes the most sense.
Can you confirm that the employer is now seeing the job applications for the job he/she created so that I can mark this issue as fixed?
Comment #17
raddevon commentedOur system is live, and, as such, I am not able to add jobs to it for testing purposes.
Comment #18
xamount