Project

General

Profile

Error #1380

Undefined method 'abort' for Redmine::Helpers::Gantt

Added by Matthew Hawkins almost 7 years ago. Updated almost 7 years ago.

Status:
New
Priority:
Normal
Category:
Issues
Start date:
2017-06-29
Due date:
% Done:

0%

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

Description

ActionView::Template::Error (undefined method 'abort?' for #<Redmine::Helpers::Gantt:0x00000003150fd8>):

107: 
108: # Width of the entire chart
109: g_width = ((@gantt.date_to - @gantt.date_from + 1) * zoom).to_i
110: @gantt.render(:top => headers_height + 8,
111: :zoom => zoom,
112: :g_width => g_width,
113: :subject_width => subject_width)
plugins/advanced_roadmap/lib/advanced_roadmap/redmine_helpers_gantt_patch.rb:20:in `render_version_with_milestones`
lib/redmine/helpers/gantt.rb:225:in `block (2 levels) in render_project'
[...]

Also available in: Atom PDF