]> source.dussan.org Git - redmine.git/commitdiff
Adds a hook on issue move form (#4850).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Feb 2010 19:10:21 +0000 (19:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Feb 2010 19:10:21 +0000 (19:10 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3456 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/move.rhtml

index d63e4e66c44655f0201575c284ffabb377fdbdc7..22d1996421645103d32a1e4bfe6c44c67f2cba55 100644 (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 %>