summaryrefslogtreecommitdiffstats
path: root/app/views/issue_moves
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-10-25 18:44:46 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-10-25 18:44:46 +0000
commit397222f1984b7d00a88b718d4a97ce40ccabbedd (patch)
treed42d1025f71f59044a6efd6d93f83701c304c4a1 /app/views/issue_moves
parent22e3cba0b712150d7286ff9e641b0c05e028191a (diff)
downloadredmine-397222f1984b7d00a88b718d4a97ce40ccabbedd.tar.gz
redmine-397222f1984b7d00a88b718d4a97ce40ccabbedd.zip
Allow adding notes when moving issues
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4292 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issue_moves')
-rw-r--r--app/views/issue_moves/new.rhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/issue_moves/new.rhtml b/app/views/issue_moves/new.rhtml
index 946ddab95..c51399eb6 100644
--- a/app/views/issue_moves/new.rhtml
+++ b/app/views/issue_moves/new.rhtml
@@ -48,6 +48,11 @@
<%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>
</p>
+<fieldset><legend><%= l(:field_notes) %></legend>
+<%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
+<%= wikitoolbar_for 'notes' %>
+</fieldset>
+
<%= call_hook(:view_issues_move_bottom, :issues => @issues, :target_project => @target_project, :copy => !!@copy) %>
</div>