Hello,

I am unable to update the job application status. I have tried all 5 listed setting to no avail. see screenshot....any ideas....go All blacks.....

CommentFileSizeAuthor
#10 broken view.jpg135.32 KBbrayo4
update application.jpg22.76 KBbrayo4

Comments

NewZeal’s picture

The beta6 version just uploaded includes a status change form available on the job page itself for easy changing of the status. Try it out and let me know what you think. Note: when upgrading the module, delete the current module first. There were a lot of rogue files getting into the module itself.

brayo4’s picture

Hello, th efollowing error posted, anything i should be concerned about???

user warning: Duplicate column name 'timestamp' query: ALTER TABLE listing_jobappln ADD `timestamp` INT NOT NULL DEFAULT 0 in /xxxxx/public_html/includes/database.mysql-common.inc on line 306.
You will need to reset each of your views. Hint: Clone each of the current views so that you can use them to add any further settings you have made to these views: EmployerApplications, MyApplications and JobApplications. Sorry for the inconvenience.

Updates were attempted. If you see no failures below, you may proceed happily to the administration pages. Otherwise, you may need to update your database manually. All errors have been logged.

Main page
Administration pages

The following queries were executed
listing_jobappln module
Update #6001

ALTER TABLE {content_type_job_appln} RENAME TO {content_type_jobappln}
ALTER TABLE {job_appln} RENAME TO {listing_jobappln}
ALTER TABLE {listing_jobappln} ADD `resume_nid` INT unsigned NOT NULL DEFAULT 0
ALTER TABLE {listing_jobappln} ADD `timestamp` INT NOT NULL DEFAULT 0
Failed: ALTER TABLE {listing_jobappln} ADD `timestamp` INT NOT NULL DEFAULT 0

NewZeal’s picture

Hi There. That error is nothing to be concerned about. I just notice that I have the same code twice and that is why the error. I'll upload the changes shortly, pending any other errors.

You will need to reset your job application views: MyApplications, EmployerApplications, JobApplications. If you've made changes, clone the views first so then you can manually add the changes to the views. I apologise for the inconvenience. I am in the process of merging the two modules listing_job and listing_jobappln into one.

Thanks

brayo4’s picture

Hello,

Looking good.....no inconvenience, its for us to thank you for your work............. I also did notice that the resume is not part of views..... would be nice to have that exposed with views....just a thought...

NewZeal’s picture

How do you mean by the resume not being part of views? This is a standard content type with CCK fields so you should be able to access it for Views purposes.

brayo4’s picture

By the way, the job applications view is broken in the update.......thx.........

NewZeal’s picture

If you reset the view, then that fixes the broken-ness:

You will need to reset each of your views. Hint: Clone each of the current views so that you can use them to add any further settings you have made to these views: EmployerApplications, MyApplications and JobApplications. Sorry for the inconvenience.

brayo4’s picture

Thx, will try that..........no luck yet but never give up....i think you mean ALL my views??? or just the ones above.......

brayo4’s picture

StatusFileSize
new135.32 KB

The broken view missing handles etc....

NewZeal’s picture

Yes, that is one of them. Reset the view and then, for good measure, clear the cache.