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
After creation of user stories and their tasks I'm trying to view task details. Details screen appears, and then page immediately redirects back to dashboard. I can't view task; I can edit task only by manually typing address http://localhost/redmine/issues/edit/{issue-id}
I am experiencing the same problem after migrating Redmine to 1.0.3 and scrum-pm to 0.1.6 .
This is really frustrating since I cannot use the system anymore: updating tasks is impossible because I get redirected to the dashboard. The problem does not occur on issues I created before migrating.
After creation of user stories and their tasks I'm trying to view task details. Details screen appears, and then page immediately redirects back to dashboard. I can't view task; I can edit task only by manually typing address http://localhost/redmine/issues/edit/{issue-id}
Here's log (I'm visiting url http://localhost/redmine/issues/1 )
Processing IssuesController#show (for 192.168.195.1 at 2010-11-11 16:21:28) [GET]
Parameters: {"action"=>"show", "id"=>"1", "controller"=>"issues"}
Rendering template within layouts/base
Rendering issues/show.rhtml
Completed in 688ms (View: 578, DB: 47) | 200 OK [http://192.168.195.129/redmine/issues/1]
Processing SprintsController#show (for 192.168.195.1 at 2010-11-11 16:21:29) [GET]
Parameters: {"project_id"=>"t1", "action"=>"show", "id"=>"1", "controller"=>"sprints"}
Rendering template within layouts/base
Rendering sprints/show
Completed in 625ms (View: 516, DB: 94) | 200 OK [http://192.168.195.129/redmine/projects/t1/sprints/1]
The text was updated successfully, but these errors were encountered: