Skip to content

Commit a51c537

Browse files
authored
Merge pull request #603 from basil/jelly
Migrate from EE 8 to EE 9 in Jelly view
2 parents 226dcf9 + 43e463b commit a51c537

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com/cloudbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper

1 file changed

+1
-1
lines changed

src/main/resources/com/cloudbees/plugins/credentials/CredentialsStoreAction/CredentialsWrapper/sidepanel.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
2727
<l:side-panel>
2828
<l:tasks>
29-
<j:set var="url" value="${h.getNearestAncestorUrl(request,it)}"/>
29+
<j:set var="url" value="${h.getNearestAncestorUrl(request2,it)}"/>
3030
<l:task icon="icon-setting icon-md" href="${url}/update" title="${%Update}" permission="${it.domain.parent.UPDATE}"/>
3131
<l:task icon="icon-edit-delete icon-md" href="${url}/delete" title="${%Delete}" permission="${it.domain.parent.DELETE}"/>
3232
<l:task icon="symbol-swap" href="${url}/move" title="${%Move}" permission="${it.domain.parent.DELETE}"/>

0 commit comments

Comments
 (0)