Skip to content

Commit 000471c

Browse files
authored
Migrate to EE 9 in Jelly view (#683)
1 parent 78001b9 commit 000471c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ THE SOFTWARE.
3030
<l:header />
3131
<l:side-panel>
3232
<l:tasks>
33-
<j:set var="buildUrl" value="${h.decompose(request)}" />
33+
<j:set var="buildUrl" value="${h.decompose(request2)}" />
3434
<j:set var="baseUrl" value="${request2.findAncestor(it).relativePath}"/>
3535
<st:include it="${it.run}" page="tasks.jelly" optional="true"/>
3636
<l:task href="${baseUrl}/history" icon="symbol-bar-chart-outline plugin-ionicons-api" title="${%History}"/>

0 commit comments

Comments
 (0)