dynamo-media / redmine_issue_detailed_tabs_time

30 stars 24 forks source link

500 error when viewing issue #51

Open giany opened 8 years ago

giany commented 8 years ago

While accessing an issue I get this:

Processing by IssuesController#show as HTML Parameters: {"id"=>"9122"} Current user: eugen (id=9) Rendered issues/_action_menu.html.erb (7.0ms) Rendered issue_relations/_form.html.erb (2.9ms) Rendered issues/_relations.html.erb (6.7ms) Rendered plugins/redmine_issue_detailed_tabs_time/app/views/issues/_history.html.erb (17.0ms) Rendered issues/show.html.erb within layouts/base (77.1ms) Completed 500 Internal Server Error in 599ms

ActionView::Template::Error (no implicit conversion of nil into String): 23: 24:

25: 26: <%= c = draw_entries_in_issue_history_tab(entries, journals).html_safe %> 27: <% end %> 28: <% heads_for_wiki_formatter if User.current.allowed_to?(:edit_issue_notes, issue.project) || User.current.allowed_to?(:edit_own_issue_notes, issue.project) %> app/views/issues/show.html.erb:120:in _app_views_issues_show_html_erb__2563455718410876488_53781440' app/controllers/issues_controller.rb:119:inblock (2 levels) in show' app/controllers/issues_controller.rb:116:in show'

Any ideas? Thanks