Project

General

Profile

Error #1012

Plugin errors on Redmine v2.6.3

Added by Emilio González Montaña almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Category:
Milestones
Target version:
Start date:
2015-04-01
Due date:
2015-04-02
% Done:

100%

Estimated time:
Source:
Customer
Detected on version:
Redmine version:
Redmine 2.6.3
Milestones:

Description

Fix several errors for Redmine v2.6.3:
  • Wrongly rendering all versions together when editing a milestone (JS to change project is not working).
  • Error rendering a milestone.
ActionView::Template::Error (undefined method `version_filtered_issues_path' for #<#<Class:0x007fa970a219a0>:0x007fa9709d9128>):
    20:                      :width => '40em', :legend => ('%0.0f%' % version.completed_percent)) %>
    21:     <p class="progress-info">
    22:       <%= link_to(l(:label_x_issues, :count => version.issues_count),
    23:                   version_filtered_issues_path(version, :status_id => '*')) %>
    24:       &nbsp;
    25:       (<%= link_to_if(version.closed_issues_count > 0,
    26:                       l(:label_x_closed_issues_abbr, :count => version.closed_issues_count),
  app/views/versions/_overview.html.erb:23:in `_app_views_versions__overview_html_erb___672668825745812962_70182853855080'

Also available in: Atom PDF