Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-28011] Amending #1563, ${descriptor} is not necessaril…
…y ${attrs.descriptor}!

(cherry picked from commit 343382b)
  • Loading branch information
jglick committed May 14, 2015
1 parent 13ea8b7 commit ecc848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/form/class-entry.jelly
Expand Up @@ -47,7 +47,7 @@ THE SOFTWARE.
<j:set var="clazz" value="${attrs.clazz ?: attrs.descriptor.clazz.name}" />
<f:invisibleEntry>
<j:choose>
<j:when test="${descriptor != null and descriptor.id != clazz}">
<j:when test="${attrs.descriptor != null and attrs.descriptor.id != clazz}">
<input type="hidden" name="kind" value="${attrs.descriptor.id}" />
</j:when>
<j:otherwise>
Expand Down

0 comments on commit ecc848b

Please sign in to comment.