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.
Related issues
Defect #6333: Create and continue results in a 404 Error
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.