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:
parent
d46609f4bb
commit
77459f9ae4
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue