view .svn/pristine/5f/5fea3ea8f64ced7d135dd738b62ef6c27de5858b.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
<%= raw @issues.map {|issue| {
      'id' => issue.id,
      'label' => "#{issue.tracker} ##{issue.id}: #{truncate issue.subject.to_s, :length => 60}",
      'value' => issue.id
      }
    }.to_json
%>