Project

General

Profile

Error #583

Incompatibility with backlogs plugin

Added by Slava Karg over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2011-10-07
Due date:
% Done:

0%

Estimated time:
Source:
Development
Detected on version:
Redmine version:
Milestones:

Description

Redmine Version: 1.2.1.stable.6296 (MySQL)
Backlogs Version: 0.6.13
Advanced_Roadmap version: 0.5.1

Detailed explanation you can find here at backlogs issue tracker: https://github.com/relaxdiego/redmine_backlogs/issues/250

here is error details from log of redmine:

ActionView::TemplateError (wrong number of arguments (0 for 1)) on line #5 of vendor/plugins/redmine_backlogs/app/views/rb_stories/_tooltip.html.erb:
2: <b><%= I18n.t :field_tracker_id %> </b>: <%= tooltip.tracker %><br />
3: <b><%= I18n.t :story_status %></b>: <%= status_label_or_default(tooltip) %><br />
4: <b><%= I18n.t :story_points %></b>: <%= story_points_or_empty(tooltip) %><br />
5: <b><%= I18n.t :story_estimation_hours %></b>: <%= tooltip.initial_estimate %><br />
6: <b><%= I18n.t :story_spent_time %></b>: <%= tooltip.spent_hours.round(2) %><br />
7: <b><%= I18n.t :story_remaining_hours %></b>: <%= tooltip.estimated_hours %>
8: <p><b><%= I18n.t :story_description %></b><br /><%= textile_to_html(tooltip.description).gsub("\"", "&quot;") %></p>

vendor/plugins/redmine_backlogs/app/views/rb_stories/_tooltip.html.erb:5:in `initial_estimate'
vendor/plugins/redmine_backlogs/app/views/rb_stories/_tooltip.html.erb:5
vendor/plugins/redmine_backlogs/app/views/rb_stories/_story.html.erb:2
vendor/plugins/redmine_backlogs/app/views/rb_master_backlogs/_backlog.html.erb:17
vendor/plugins/redmine_backlogs/app/views/rb_master_backlogs/show.html.erb:39
app/helpers/application_helper.rb:868:in `content_for'
vendor/plugins/redmine_backlogs/app/views/rb_master_backlogs/show.html.erb:32

No data to display

Also available in: Atom PDF