redmine_time_tracker
redmine_time_tracker copied to clipboard
Redmine 1.4.0: NoMethodError in Time_trackers#index
When I click on the list button, I get the following error:
NoMethodError in Time_trackers#index Showing vendor/plugins/redmine_time_tracker/app/views/time_trackers/index.rhtml where line #78 raised: undefined method `subject' for nil:NilClass Extracted source (around line #78): 75:76: 77: 78: true %> 79:80: 81: RAILS_ROOT: C:/webserver/Redmine Application Trace | Framework Trace | Full Trace C:/webserver/Redmine/app/helpers/application_helper.rb:80:in `link_to_issue' Request Parameters: None Show session dump --- Response Headers: {"Content-Type"=>"", "Cache-Control"=>"no-cache"}
What version of the plugin do you use? Can you try with the development version?
Sorry, I forgot to mention that... Yes, I´m already using the development version (I had it before to solve the routes issues on Redmine 1.4.0).
Thanks!