Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
3
app/views/versions/create.js.erb
Normal file
3
app/views/versions/create.js.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
hideModal();
|
||||
<% select = content_tag('select', content_tag('option') + version_options_for_select(@project.shared_versions.open, @version), :id => 'issue_fixed_version_id', :name => 'issue[fixed_version_id]') %>
|
||||
$('#issue_fixed_version_id').replaceWith('<%= escape_javascript(select) %>');
|
Loading…
Add table
Add a link
Reference in a new issue