]> source.dussan.org Git - redmine.git/commitdiff
Issue destroy : Reassign time issue autocomplete (#24692).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Jan 2017 22:47:32 +0000 (22:47 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Jan 2017 22:47:32 +0000 (22:47 +0000)
Patch by David Côté-Tremblay and Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@16165 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/destroy.html.erb

index 83da014cd8c718c23f6c85ffd9008ea4479ac1bb..9b08c3698457aec2f9f6caf37f3477fa20bf7995 100644 (file)
@@ -10,6 +10,7 @@
 <% if @project %>
 <label><%= radio_button_tag 'todo', 'reassign', false, :onchange => 'if (this.checked) { $("#reassign_to_id").focus(); }' %> <%= l(:text_reassign_time_entries) %></label>
 <%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("#todo_reassign").attr("checked", true);' %>
+<%= javascript_tag "observeAutocompleteField('reassign_to_id', '#{escape_javascript auto_complete_issues_path(:project_id => @project)}')" %>
 <% end %>
 </p>
 </div>