Skip to content

Commit

Permalink
Merge pull request #383 from ThomasReinhardt/JENKINS-35414
Browse files Browse the repository at this point in the history
JENKINS-35414: Folders don't show up in dashboard view
  • Loading branch information
TobiX authored Dec 25, 2024
2 parents 339baf4 + 22a38d5 commit 673d549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</j:choose>

<j:if test="${it.isIncludeStdJobList()}">
<t:projectView jobs="${it.jobs}" showViewTabs="true" columnExtensions="${it.columns}" indenter="${it.indenter}"
<t:projectView jobs="${it.items}" showViewTabs="true" columnExtensions="${it.columns}" indenter="${it.indenter}"
itemGroup="${it.owner.itemGroup}"/>
</j:if>
<j:if test="${!empty(it.leftPortlets) &amp;&amp; !empty(it.rightPortlets)}">
Expand Down

0 comments on commit 673d549

Please sign in to comment.