OSDN Git Service

Fixed "Create and continue" redirection broken by recent changes. #6333
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Sat, 11 Sep 2010 20:21:27 +0000 (20:21 +0000)
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Sat, 11 Sep 2010 20:21:27 +0000 (20:21 +0000)
commit12e10f6956fcd276fc3da19beb0c7bf4ade5f0da
tree370216b48c57aadc9e0a94cacd5eee55ec2fc905
parent4b69a895df5b2bd5838b3c1e277446dd1cbc5395
Fixed "Create and continue" redirection broken by recent changes. #6333

IssuesController#create is no more scoped under project, but
IssuesController#new is, so we need to precise project_id
when redirecting to "New issue" form.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4083 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
test/functional/issues_controller_test.rb