Skip to content
New issue

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

Can't view user story's task #66

Open
QrystaL opened this issue Nov 11, 2010 · 2 comments
Open

Can't view user story's task #66

QrystaL opened this issue Nov 11, 2010 · 2 comments

Comments

@QrystaL
Copy link

QrystaL commented Nov 11, 2010

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]

@ryreitsma
Copy link

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.

@ultrah
Copy link

ultrah commented Nov 22, 2010

Same Problem here.

I think I found a fix for this:

the problem is causes by this section:

<script type="text/javascript"> Event.observe(window, 'load', function(){ if(true){ window.location= '/redmine/projects/yourproject/sprints/1234'; } }); </script>

the file that generates this is:
\redmine\vendor\plugins\redmine_sprints\app\views\issue_sprints_redirect_after_create.rhtml

make a copy and delete the content of this file.

Works for me for now, but its a pretty dirty fix, imho.

LuceIt pushed a commit to LuceIt/scrum-pm that referenced this issue Aug 12, 2011
…nly for create button not for create and continue. Still working on it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants