You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I click the link Tests under Project menu. What could be a problem?
Starting Sidebar Content Plugin for Redmine
Creating scope :visible. Overwriting existing method Issue.visible.
Creating scope :sorted. Overwriting existing method Group.sorted.
Started GET "/projects/redmine_impasse-test/impasse/test_case/show?node%5Bid%5D=11" for 117.193.39.29 at 2014-07-11 12:54:40 +0000
Processing by ImpasseTestCaseController#show as /
Parameters: {"node"=>{"id"=>"11"}, "project_id"=>"redmine_impasse-test"}
Current user: xxxxxxx (id=1)
Completed 404 Not Found in 29.5ms
Does this work with Redmine 2.4?
I get the following error when I click the link Tests under Project menu. What could be a problem?
Starting Sidebar Content Plugin for Redmine
Creating scope :visible. Overwriting existing method Issue.visible.
Creating scope :sorted. Overwriting existing method Group.sorted.
Started GET "/projects/redmine_impasse-test/impasse/test_case/show?node%5Bid%5D=11" for 117.193.39.29 at 2014-07-11 12:54:40 +0000
Processing by ImpasseTestCaseController#show as /
Parameters: {"node"=>{"id"=>"11"}, "project_id"=>"redmine_impasse-test"}
Current user: xxxxxxx (id=1)
Completed 404 Not Found in 29.5ms
ActiveRecord::RecordNotFound (Couldn't find Impasse::TestSuite with id=11):
activerecord (3.2.16) lib/active_record/relation/finder_methods.rb:344:in find_one' activerecord (3.2.16) lib/active_record/relation/finder_methods.rb:315:infind_with_ids'
activerecord (3.2.16) lib/active_record/relation/finder_methods.rb:107:in find' activerecord (3.2.16) lib/active_record/querying.rb:5:infind'
plugins/redmine_impasse/app/controllers/impasse_test_case_controller.rb:325:in get_node' plugins/redmine_impasse/app/controllers/impasse_test_case_controller.rb:36:inshow'
actionpack (3.2.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action
The text was updated successfully, but these errors were encountered: