We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: <% end %> 77: <%= link_to_user user_from_id(time_tracker[:user_id]) %> 78: <%= link_to_issue issue_from_id(time_tracker[:issue_id]), :project => true %> 79: <%= format_time(time_tracker[:started_on]) %> 80: <%= time_tracker.time_spent_to_s %> 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"}
The text was updated successfully, but these errors were encountered:
What version of the plugin do you use? Can you try with the development version?
Sorry, something went wrong.
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!
No branches or pull requests
When I click on the list button, I get the following error:
The text was updated successfully, but these errors were encountered: