@@ -43,7 +43,7 | |||
|
43 | 43 | <label><%= l(:field_fixed_version) %></label> |
|
44 | 44 | <%= select_tag('issue[fixed_version_id]', content_tag('option', l(:label_no_change_option), :value => '') + |
|
45 | 45 | content_tag('option', l(:label_none), :value => 'none') + |
|
46 | version_options_for_select(@project.shared_versions.open)) %> | |
|
46 | version_options_for_select(@project.shared_versions.open.sort)) %> | |
|
47 | 47 | </p> |
|
48 | 48 | <% end %> |
|
49 | 49 |
General Comments 0
You need to be logged in to leave comments.
Login now