Hi. As a newbie I have been struggling with the jobsearch module.

Jobsearch is a great module. I placed pieces of the code quoted in #7 (from http://drupal.org/node/329093) in the job.module becuase I wanted to present Jobseekers with a list of jobs they applied for and include the resume (title) that they used. It works!

But unfortunately it seems that the cache is not clearing (or there is some other problem) my system seems to keep the last users data when displaying the view, even when I log out, close my browser, and log in as a completely different user.

The only way I get the next users data when they log in, is if I first log in as admin, go to view/tools and clear the cache.

Any ideas of how I can resolve this? If this is the wrong approach to achieve viewing resume titles in the job applications view please point me in the right direction.

Thank You.

Comments

xamount’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This problem probably stems from your customized code that you placed in the module, therefore I cannot help you with this as you have altered the original code. The problem has also been answered in the link you quoted in your issue.