hron / redmine_subtasks

This is plugin for Redmine for adding subtasks functionality.
53 stars 13 forks source link

Redmine 1.0.0 Compatibility Problem, error when viewing tickets with comments #26

Open dervolksonanist opened 14 years ago

dervolksonanist commented 14 years ago

After update to Redmine 1.0.0 RC I receive an error when viewing a ticket with comments.

To fix it I have edited Iredmine\vendor\plugins\redmine_subtasks\app\views\issues\show.rhtml, Line 111:

111 - <%= render :partial => 'history', :locals => { :journals => @journals } %> 111 + <%= render :partial => 'history', :locals => { :issue => @issue, :journals => @journals } %>

This fixed the error for me.