Project

General

Profile

Error selecting Scrum tab in a project

Added by Meindert Oldenburger about 10 years ago

Environment:
Redmine version 2.5.0.stable
Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32]
Rails version 3.2.17
Environment production
Database adapter SQLServer
SCM:
Subversion 1.8.5
Git 1.8.5.2
Filesystem
Redmine plugins:
progressive_projects_list 1.0.0
redmine_app__space 1.0.1
redmine_spent_time 2.6.4
redmine_watcher_groups 1.0.0
scrum 0.5.0

production.log:

Started GET "/redmine/projects/artnorm/sprints" for 127.0.0.1 at 2014-03-24 14:58:01 +0100
Processing by SprintsController#index as HTML
Parameters: {"project_id"=>"artnorm"}
Current user: molden (id=9)
Rendered common/error.html.erb within layouts/base (0.0ms)
Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.0ms)
Rendered plugins/progressive_projects_list/app/views/application/_progressive_sidebar.html.erb (0.0ms)
Rendered plugins/progressive_projects_list/app/views/application/_progressive_recent_projects.html.erb (15.6ms)
Completed 404 Not Found in 62.4ms (Views: 31.2ms | ActiveRecord: 15.6ms)


Replies (4)

RE: Error selecting Scrum tab in a project - Added by André Vasconcellos de Castro about 10 years ago

I'm getting exactly the same problem.

RE: Error selecting Scrum tab in a project - Added by serzzzh e about 10 years ago

That's not a problem, just create some Sprints and Product Backlog before accessing the Scrum tab in the Settings tab.

RE: Error selecting Scrum tab in a project - Added by Emilio González Montaña almost 10 years ago

Even this is not an error, added a defect to prevent it (see #821); it will be solved in Scrum v0.6.1.

RE: Error selecting Scrum tab in a project - Added by Tuan Nguyen almost 10 years ago

serzzzh e escribió:

That's not a problem, just create some Sprints and Product Backlog before accessing the Scrum tab in the Settings tab.

If website of you cannot show Sprint tab in Project, you can do:

Step 1) open file lib/scrum/project_helper_patch.rb
Step 2) replace text edit_sprints to edit_sprint_board.
End

You try.

    (1-4/4)