Patch #7446 » bulk-edit-parent-1.0.4.patch
redmine-1.0.4-bulk/app/views/issues/bulk_edit.rhtml 2011-01-21 17:39:20.325956700 -0700 | ||
---|---|---|
10 | 10 |
|
11 | 11 |
<div class="splitcontentleft"> |
12 | 12 |
<p> |
13 |
<% if User.current.allowed_to?(:manage_subtasks, @project) %> |
|
14 |
<label><%= l(:field_parent_issue) %></label> |
|
15 |
<%= text_field_tag 'issue[parent_issue_id]', '', :size => 10 %> |
|
16 |
<%= javascript_tag "observeParentIssueField('#{auto_complete_issues_path(:id => @issue, :project_id => @project) }')" %> |
|
17 |
<% end %> |
|
18 |
</p> |
|
19 |
<p> |
|
13 | 20 |
<label><%= l(:field_tracker) %></label> |
14 | 21 |
<%= select_tag('issue[tracker_id]', "<option value=\"\">#{l(:label_no_change_option)}</option>" + options_from_collection_for_select(@project.trackers, :id, :name)) %> |
15 | 22 |
</p> |