software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Error while accessing a sprint #88

Closed n0n0x closed 10 years ago

n0n0x commented 13 years ago

Hello, I am getting this error when trying to access one specific sprint. I can't find any difference between other sprints but the amount of issues on each sprint (the failing one has more issues that any other sprint)

ActionView::TemplateError (private method `gsub' called for nil:NilClass) on line #39 of vendor/plugins/redmine_sprints/app/views/user_stories/_us_for_show.html.erb:
36:         
37:             <%= user_story.description %>
38:         
39:       
40:       
41:         
42:           
vendor/plugins/redmine_sprints/app/views/user_stories/_us_for_show.html.erb:39 vendor/plugins/redmine_sprints/app/views/user_stories/_us_for_show.html.erb:38 vendor/plugins/redmine_sprints/app/views/sprints/show.html.erb:66 vendor/plugins/redmine_sprints/app/views/sprints/show.html.erb:65 vendor/plugins/redmine_sprints/app/controllers/sprints_controller.rb:37:in `show' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/local/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:82:in `start' Rendering /files/redmine-0.9/public/500.html (500 Internal Server Error)

Using Redmine 0.9 and Scrum-PM 0.1.6