Mercurial > hg > soundsoftware-site
view .svn/pristine/b8/b8a1ba192a805238fd5b59d6bebb12df0f124153.svn-base @ 1625:808a40a7cac7 live
Have a go at fixing #570 Can't delete downloadable file from version in project with no issue tracker
author | Chris Cannam |
---|---|
date | Thu, 07 Feb 2019 13:48:00 +0000 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
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) %>');