Hi

I have just installed Drop Jobs in a folder, here "dropjobs" for test purposes ...
One bug I noted is if at /dropjobs/admin/drop_jobs/jobs you try to "Add job", you are led to a wrong destination, which does not exist, here "http://www.mysite.org/node/add/job?destination=admin/drop_jobs/jobs"

Via "Add content", it is "http://www.mysite.org/dropjobs/node/add/job".

I do not know if the address is supposed to be the same, which I thought, but in any case, I think there's something wrong here ...

One question:

Under "Enable or disable additional Drop Jobs Features.", I assumed if one enabled "Demonstration" some job example(s) would automatically be added from the database, but none was. Could it be this is for some other purpose?

Kind regards

Comments

wcypierre’s picture

Hi, does anyone has any solution for this as I face the same problem as well. And I'll use this thread as well(no point in making a new issue for the same problem though)

alexweber’s picture

Status: Active » Fixed

Thanks guys for reporting this! I've refactored the implementation to use a custom area handler so the link is now being properly built using l() and the destination too, using drupal_get_destination().

I'll eventually have to refactor the other similar implementations but this will do for this specific issue. Committed in 3f9b9e1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.