Skip to content

Commit

Permalink
[JENKINS-38651] Display actions created through TransientActionFactor…
Browse files Browse the repository at this point in the history
…y in label view
  • Loading branch information
Vlatombe committed Oct 2, 2016
1 parent 123d224 commit 8d55b1f
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 8d55b1f

Please sign in to comment.