Mercurial > hg > soundsoftware-site
view .svn/pristine/5b/5be15d9755983c58da5f71dc3d2f96dca598f0ff.svn-base @ 1366:7e85f7988ab8 luisf
Fixes another possible cause for Bug #658 - was not saving publication when author was new...
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Aug 2013 16:23:24 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
hideModal(); <% select = content_tag('select', content_tag('option') + options_from_collection_for_select(@project.issue_categories, 'id', 'name', @category.id), :id => 'issue_category_id', :name => 'issue[category_id]') %> $('#issue_category_id').replaceWith('<%= escape_javascript(select) %>');