create.js.erb
3 lines
| 290 B
| text/plain
|
TextLexer
|
r9860 | 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]') %> | ||||
|
r9885 | $('#issue_fixed_version_id').replaceWith('<%= escape_javascript(select) %>'); | ||