Adds a hook on issue move form (#4850).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3456 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-02-19 19:10:21 +00:00
parent d46609f4bb
commit 77459f9ae4
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
<label><%= l(:field_due_date) %></label>
<%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>
</p>
<%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %>
</div>
<% if @copy %>