commit 9fd4baa7a82c19e85498954ba9ef21fd16fd0fa6 Author: David Côté-Tremblay Date: Fri Dec 16 15:53:12 2016 -0500 Issue destroy : Reassign time issue autocomplete diff --git a/app/views/issues/destroy.html.erb b/app/views/issues/destroy.html.erb index 4a0631e..4541df3 100644 --- a/app/views/issues/destroy.html.erb +++ b/app/views/issues/destroy.html.erb @@ -8,7 +8,8 @@

-<%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 6, :onfocus => '$("#todo_reassign").attr("checked", true);' %> +<%= text_field_tag 'reassign_to_id', params[:reassign_to_id], :size => 7, :onfocus => '$("#todo_reassign").attr("checked", true);' %> +<%= javascript_tag "observeAutocompleteField('reassign_to_id', '#{escape_javascript auto_complete_issues_path(:project_id => @issues.first.project, :scope => Setting.cross_project_subtasks)}')" %>

<%= submit_tag l(:button_apply) %>