Problem/Motivation
Now when we save a JobItem the form redirect us to the list of Jobs and we must be redirect to the Job which this JobItem belongs.
To reproduce that translate a node, go to 'admin/tmgmt/jobs' and click on 'Manage', (now this is the JobForm view) in the 'JOB ITEMS' section click on 'View', (now this is the JobItemForm) now click 'Save' the problem is that redirects to the list of jobs and should redirect to the JobForm you where before.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff-redirect_back_to_job-2594705-5-7.txt | 1.37 KB | edurenye |
| #7 | redirect_back_to_job-2594705-7.patch | 2.9 KB | edurenye |
| #5 | redirect_back_to_job-2594705-5.patch | 1.52 KB | edurenye |
Comments
Comment #2
edurenye commentedComment #3
edurenye commentedComment #4
edurenye commentedComment #5
edurenye commentedDisabled the destination and added the redirect not just when the item is accepted.
Comment #7
edurenye commentedFixed the failing tests.
Comment #8
berdirI'm not sure about this change, actually.
Comment #9
berdirDiscussed with miro, this makes sense. Committed.