Mercurial > hg > soundsoftware-site
view .svn/pristine/f7/f73a70728876fc76c71103e118788e70ad445b69.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | dffacf8a6908 |
children |
line wrap: on
line source
<%= raw @issues.map {|issue| { 'id' => issue.id, 'label' => "#{issue.tracker} ##{issue.id}: #{issue.subject.to_s.truncate(60)}", 'value' => issue.id } }.to_json %>