From 7448e0dbc41a53f643ac3c8ebd486d9aa02f593b Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang
<%= select_tag('issue[category_id]', content_tag('option', l(:label_no_change_option), :value => '') + content_tag('option', l(:label_none), :value => 'none') + - options_from_collection_for_select(@project.issue_categories, :id, :name)) %> + options_from_collection_for_select(@categories, :id, :name)) %>
-<% end %> -<% #TODO: allow editing versions when multiple projects %> -<% if @project %><%= select_tag('issue[fixed_version_id]', content_tag('option', l(:label_no_change_option), :value => '') + content_tag('option', l(:label_none), :value => 'none') + - version_options_for_select(@project.shared_versions.open.sort)) %> + version_options_for_select(@versions.sort)) %>
-<% end %> <% @custom_fields.each do |custom_field| %><%= custom_field_tag_for_bulk_edit('issue', custom_field, @projects) %>
-- cgit v1.2.3