
|
If you were logged in you would be able to see more operations.
|
|
|
Pulse
Created: 12/May/09 06:49 PM
Updated: 14/May/09 06:37 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.0.28
|
| Fix Version/s: |
2.1.4,
2.0.30
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
On the Server Activity page, the links for canceling queued builds all look like:
<a href="/cancelQueuedBuild.action?id=5295794"
id="cancel.queued.${request.id}"
>
Presumably that ${request.id} was meant to be replaced with the request ID. Links for running builds are OK.
|
|
Description
|
On the Server Activity page, the links for canceling queued builds all look like:
<a href="/cancelQueuedBuild.action?id=5295794"
id="cancel.queued.${request.id}"
>
Presumably that ${request.id} was meant to be replaced with the request ID. Links for running builds are OK. |
Show » |
|
Thanks for the report. Ironically these ids are only used for testing, so it should not affect any functionality. Fixed in change 5906.