Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #59 from dbmeneses/transient_actions_project_page
JENKINS-33387 : Include transient actions
  • Loading branch information
aheritier committed Mar 8, 2016
2 parents 3ba74bd + bd10092 commit 619fb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/hudson/maven/MavenModuleSet/index.jelly
Expand Up @@ -67,7 +67,7 @@ THE SOFTWARE.
<st:include page="jobpropertysummaries.jelly" />

<!-- merge fragments from the actions -->
<j:forEach var="a" items="${it.actions}">
<j:forEach var="a" items="${it.allActions}">
<st:include page="jobMain.jelly" it="${a}" optional="true" />
</j:forEach>

Expand Down

0 comments on commit 619fb44

Please sign in to comment.