Defect #4893 ยป fixed_typo.patch
| app/views/issues/move.rhtml (working copy) | ||
|---|---|---|
| 43 | 43 |
<%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>
|
| 44 | 44 |
</p> |
| 45 | 45 | |
| 46 |
<%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %>
|
|
| 46 |
<%= call_hook(:view_issues_move_bottom, :issues => @issues, :target_project => @target_project, :copy => !!@copy) %>
|
|
| 47 | 47 |
</div> |
| 48 | 48 | |
| 49 | 49 |
<% if @copy %> |