Vote #68064
完了Create and continue results in a 404 Error
100%
説明
Using the latest checkout from git:
commit bf7476af5b6b2ec70e20254c8f2fe346ca22c089
Author: Eric Davis edavis@littlestreamsoftware.com
Date: Wed Sep 8 16:01:51 2010 +0000
When creating a new issue and clicking the "Create and continue", it creates the issue, but redirects to a page that cannot be found. In my case, it redirects to http://redmine.aclipsa.com/issues/new?issue%5Btracker_id%5D=1. In the issues controller, it is looking for a project_id and redirects to 404 page if there isn't one, which there isn't. Unfortunately, I'm not familiar enough with the code to propose a patch.
psql (PostgreSQL) 8.4.4
Ruby version 1.8.7 (i486-linux)
RubyGems version 1.3.7
Rack version 1.0
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Application root /home/redmine/redmine
Environment production
Database adapter postgresql
Database schema version 20100819172912
journals
Thanks for pointing this out. It's due to recent changes in routes. Fixed in r4083.
--------------------------------------------------------------------------------
Merged into 1.0-stable for release in 1.0.2
--------------------------------------------------------------------------------
Merged into 1.0-stable for release in 1.0.2
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,6249,Create and continue returns 404