Skip to content

Commit

Permalink
[FIXED JENKINS-20885] default node not selected in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
imod committed Dec 30, 2013
1 parent 05f393a commit 361175a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ THE SOFTWARE.
<select name="labels">
<j:forEach var="aNode" items="${it.allowedNodesOrAll}" varStatus="loop">
<j:choose>
<j:when test="${it.defaultValue==aNode}">
<j:when test="${it.defaultSlaves.contains(aNode)}">
<option value="${aNode}" selected="selected">${aNode}</option>
</j:when>
<j:otherwise>
Expand Down

0 comments on commit 361175a

Please sign in to comment.