Skip to content

Commit

Permalink
[FIXED JENKINS-21578] Ensure that ${jobs} is really a Collection<Job>…
Browse files Browse the repository at this point in the history
…, with no Folder for example.
  • Loading branch information
jglick committed Jan 30, 2014
1 parent d180156 commit baa8c50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ THE SOFTWARE.

<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<j:set var="items" value="${it.dashboard.items}"/>
<j:set var="jobs" value="${it.dashboard.items}"/>
<j:set var="jobs" value="${it.dashboard.jobs}"/>
<l:layout title="${it.dashboard.displayName} - ${it.displayName}">
<!--st:include page="sidepanel.jelly" /-->
<l:main-panel>
Expand Down

0 comments on commit baa8c50

Please sign in to comment.