Patch #4822 ยป redmine-patch-4315.diff
| app/views/issues/_attributes.rhtml (Arbeitskopie) | ||
|---|---|---|
| 18 | 18 |
:title => l(:label_issue_category_new), |
| 19 | 19 |
:tabindex => 199) if authorize_for('projects', 'add_issue_category') %></p>
|
| 20 | 20 |
<% end %> |
| 21 |
<% unless @issue.assignable_versions.empty? %>
|
|
| 21 |
<% if !@issue.assignable_versions.empty? || authorize_for('projects', 'add_version') %>
|
|
| 22 | 22 |
<p><%= f.select :fixed_version_id, version_options_for_select(@issue.assignable_versions, @issue.fixed_version), :include_blank => true %> |
| 23 | 23 |
<%= prompt_to_remote(image_tag('add.png', :style => 'vertical-align: middle;'),
|
| 24 | 24 |
l(:label_version_new), |