Skip to content

Commit

Permalink
[JENKINS-28011] Noting merge of #1663.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 23, 2015
2 parents fd42e33 + 343382b commit 8c94920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
<code>Descriptor.getId</code> fix in 1.610 introduced a regression affecting at least the Copy Artifacts plugin.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-28011">issue 28011</a>)
<li class=bug>
Search box did not work well inside folders.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-24433">issue 24433</a>)
Expand Down
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 8c94920

Please sign in to comment.