Skip to content

Commit

Permalink
[FIXED JENKINS-17713] JobColumn/column.jelly needs to have an itemGro…
Browse files Browse the repository at this point in the history
…up for display name calculation.

So passing it in explicitly from both the view main page and from the Maven module set modules page.
A more automatic solution might be to make getRelativeDisplayNameFrom use Ancestor.
Originally-Committed-As: b0c222477b0eaf0bc2c7a4c7eba35be7d2e591a8
  • Loading branch information
jglick authored and kohsuke committed Jun 19, 2013
1 parent 1a6ab74 commit 9709e00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ THE SOFTWARE.
</j:when>
<j:otherwise>
<j:set var="needsView" value="${it.hasDisabledModule()}" />
<t:projectView jobs="${it.getDisabledModules(false)}" showViewTabs="${needsView}" indenter="${it.createIndenter()}">
<t:projectView jobs="${it.getDisabledModules(false)}" showViewTabs="${needsView}" indenter="${it.createIndenter()}" itemGroup="${it}">
<!-- view tab bar -->
<j:if test="${needsView}">
<l:tabBar>
Expand Down

0 comments on commit 9709e00

Please sign in to comment.