Skip to content

Commit

Permalink
[JENKINS-33774] Autocomplete on New Item - Copy From
Browse files Browse the repository at this point in the history
  • Loading branch information
amuniz committed Mar 29, 2016
1 parent 89f4577 commit 3aae1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/resources/hudson/model/View/newJob.jelly
Expand Up @@ -52,7 +52,8 @@ THE SOFTWARE.
<img src="${resURL}/images/48x48/copy.png" />
</div>
<label>${%Copy from}</label>
<input type="text" id="from" name="from" field="copyNewItemFrom" />
<j:set var="descriptor" value="${it.descriptor}" />
<s:textbox id="from" name="from" field="copyNewItemFrom"/>
</div>
</j:if>

Expand Down

0 comments on commit 3aae1bb

Please sign in to comment.