redmine_shared_version_subtasks.patch
| redmine/vendor/plugins/redmine_subtasks/app/views/issues/_form.rhtml 2010-02-10 18:35:21.000000000 +0100 | ||
|---|---|---|
| 34 | 34 |
:class => 'small', :tabindex => 199) if authorize_for('projects', 'add_issue_category') %></p>
|
| 35 | 35 |
<% end %> |
| 36 | 36 |
<%= content_tag('p', f.select(:fixed_version_id,
|
| 37 |
(@project.versions.sort.collect {|v| [v.name, v.id]}),
|
|
| 38 |
{ :include_blank => true })) unless @project.versions.empty? %>
|
|
| 37 |
(@project.shared_versions.open.sort.collect {|v| [v.name, v.id]}),
|
|
| 38 |
{ :include_blank => true })) unless @project.shared_versions.open.empty? %>
|
|
| 39 | 39 |
</div> |
| 40 | 40 | |
| 41 | 41 |
<div class="splitcontentright"> |