Skip to content

Commit

Permalink
Merge pull request #2572 from Vlatombe/JENKINS-38651
Browse files Browse the repository at this point in the history
[JENKINS-38651] Display actions created through TransientActionFactory in label view
  • Loading branch information
daniel-beck committed Oct 3, 2016
2 parents 57fc218 + 8d55b1f commit 163a977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/Label/index.jelly
Expand Up @@ -36,7 +36,7 @@ THE SOFTWARE.
<t:editableDescription permission="${app.ADMINISTER}"/>
</j:if>

<j:forEach var="a" items="${it.actions}">
<j:forEach var="a" items="${it.allActions}">
<st:include page="summary.jelly" from="${a}" optional="true" it="${a}" />
</j:forEach>

Expand Down

0 comments on commit 163a977

Please sign in to comment.