Updated: Comment #N
Problem/Motivation
The cancel link on admin job overview leads to an inexisting page (cancel) that finally shows the job (with a destination argument).
Every button pressed then leads back to the origin.
That's why, hitting there the real abort button also doesn't work.
Proposed resolution
Just fix label cancel to abort.
And also fix the target cancel to abort.
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2182099-cancel_link-3.interdiff.txt | 1.49 KB | blueminds |
| #5 | 2182099-cancel_link-3.patch | 2.34 KB | blueminds |
| #3 | 2182099-cancel_link-2.patch | 1.39 KB | blueminds |
Comments
Comment #1
blueminds commentedplease see the patch
Comment #3
blueminds commentedyup, missed that one
Comment #4
miro_dietikerGenerally yes.
But note that there's no test if this link goes to the right confirmation page. That was the origin of the bug. Thus we should test it.
Comment #5
blueminds commentedyup
Comment #6
berdirWhy is this necessary now? It should default to go back to the overview?
Comment #7
berdirI was confused, ignore that. Committed and pushed!