view .svn/pristine/f7/f73a70728876fc76c71103e118788e70ad445b69.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 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
%>