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 choose Backlog after add new sprint,it can not edit sprint ,it says that :
Processing SprintsController#show (for 127.0.0.1 at 2011-01-19 16:43:06) [GET] Parameters: {"task_id"=>"edit", "project_id"=>"first", "action"=>"show", "id"=>"1", "controller"=>"sprints"}
ActiveRecord::RecordNotFound (Couldn't find Issue with ID=edit): vendor/plugins/redmine_sprints/app/controllers/sprints_controller.rb:287:in check_if_redirected' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:inservice' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in run' /usr/lib/ruby/1.8/webrick/server.rb:173:instart_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in start' /usr/lib/ruby/1.8/webrick/server.rb:162:instart_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in start' /usr/lib/ruby/1.8/webrick/server.rb:92:ineach' /usr/lib/ruby/1.8/webrick/server.rb:92:in start' /usr/lib/ruby/1.8/webrick/server.rb:23:instart' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
check_if_redirected' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in
run' /usr/lib/ruby/1.8/webrick/server.rb:173:in
start' /usr/lib/ruby/1.8/webrick/server.rb:162:in
start' /usr/lib/ruby/1.8/webrick/server.rb:92:in
start' /usr/lib/ruby/1.8/webrick/server.rb:23:in
Rendering rescues/layout (not_found)
is there anyone know what's wrong ?
The text was updated successfully, but these errors were encountered:
Did anyone have a solution?
Sorry, something went wrong.
No branches or pull requests
when i choose Backlog after add new sprint,it can not edit sprint ,it says that :
Processing SprintsController#show (for 127.0.0.1 at 2011-01-19 16:43:06) [GET]
Parameters: {"task_id"=>"edit", "project_id"=>"first", "action"=>"show", "id"=>"1", "controller"=>"sprints"}
ActiveRecord::RecordNotFound (Couldn't find Issue with ID=edit):
vendor/plugins/redmine_sprints/app/controllers/sprints_controller.rb:287:in
check_if_redirected' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in
service'/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in
run' /usr/lib/ruby/1.8/webrick/server.rb:173:in
start_thread'/usr/lib/ruby/1.8/webrick/server.rb:162:in
start' /usr/lib/ruby/1.8/webrick/server.rb:162:in
start_thread'/usr/lib/ruby/1.8/webrick/server.rb:95:in
start' /usr/lib/ruby/1.8/webrick/server.rb:92:in
each'/usr/lib/ruby/1.8/webrick/server.rb:92:in
start' /usr/lib/ruby/1.8/webrick/server.rb:23:in
start'/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
Rendering rescues/layout (not_found)
is there anyone know what's wrong ?
The text was updated successfully, but these errors were encountered: