Active
Project:
Job Plus Job Board System
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2010 at 11:27 UTC
Updated:
14 Nov 2010 at 05:55 UTC
if i cancel an application made for a specific job by clearing it from from 'job/appliedfor' page, it still shows the status/link as 'you have applied for this job' (for that specific job) which I think should change back to 'apply for this job' link, hence one cannot re-apply for any cancelled job posting.
Comments
Comment #1
mmtahir commentedComment #2
NewZeal commentedI have added a fix to the module for this bug and uploaded it to the dev release which should be available from here within 24 hours of posting this comment: http://drupal.org/node/527024/release. The fix removes both the jobsearch and the jobappln records.
Comment #3
mmtahir commentedThanks New Zeal for your quick response on the issue,
But it just didn't work for me, I had applied the patch and followed the ususal instructions.
the link just don't update rather I get two msgs this time instead of one like "You applied for this job" "You applied for this job"
Similary I get two "Apply for this Job" links for any Job
i.e.
?q=jobappln/apply/11
and
?q=job/apply/11
I dont know if I am missing something or what
the job_clear funciton in my job.module is as follows, with the update status query, shouldn't be a delete record query ?(Just asking as I haven't gone through the whole logic of the code)
My job.module and jobappln.module has some common (duplicating) functions like
Did I made a mistake somewhere?
Comment #4
NewZeal commentedTry clearing the cache. As an intermediate solution I use css to hide the jobsearch link so that only the jobappln one shows. The next incarnation of the jobappln module requires no patch to implement. More about that later.
Comment #5
mmtahir commentedThanks,
I cleared the cache. The status is updated but still once a job is cleard by job seeker, he/she cannot apply for that job again ('You already applied for this job' is shown). It means it is not cancellation of any job application, its just removal from the jobs applications list as it just updates status, (status=0) and does not delete it.
As for the links are concerned, I will try to fix it using css.
I will try to explore it more.
Comment #6
NewZeal commentedTry downloading the dev version.
Comment #7
mmtahir commentedI am using the dev version at http://drupal.org/node/959544
Comment #8
NewZeal commentedThe next version of jobappln will not require the jobsearch module due to lack of action from the jobsearch module maintainers. If you are still having problems then you might like to wait until then.