Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-5450] Clicking "History" from the left bar in a test
result history page results in 404
  • Loading branch information
kohsuke committed May 2, 2011
1 parent 726a868 commit cc90b7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -76,6 +76,9 @@ <h3><a name=v1.411>What's new in 1.411</a> <!--=DATE=--></h3>
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9532">issue 9532</a>)
<li class=bug>
Manually uploading a bundled plugin should trigger pin-down.
<li class=bug>
Clicking "History" from the left bar in a test result history page results in 404
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-5450">issue 5450</a>)
<li class=rfe>
Add active configurations in remote API for matrix projects.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9248">issue 9248</a>)
Expand Down
Expand Up @@ -31,8 +31,9 @@ THE SOFTWARE.
<l:side-panel>
<l:tasks>
<j:set var="buildUrl" value="${h.decompose(request)}" />
<j:set var="baseUrl" value="${request.findAncestor(it).relativePath}"/>
<st:include it="${it.owner}" page="tasks.jelly" optional="true"/>
<l:task icon="images/24x24/graph.gif" href="history" title="${%History}"/>
<l:task icon="images/24x24/graph.gif" href="${baseUrl}/history" title="${%History}"/>
<st:include it="${it.owner}" page="actions.jelly" optional="true" />

<j:forEach var="action" items="${it.testActions}">
Expand Down

0 comments on commit cc90b7f

Please sign in to comment.