Project

General

Profile

Actions

Defect #6249

closed

Create and continue returns 404

Added by Tom Rochette over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Issues
Target version:
Start date:
2010-08-30
Due date:
% Done:

100%

Estimated time:
Resolution:
Fixed
Affected version:

Description

r4050

If I try to create a new bug and use the "Create and continue" button, the bug is actually created, but routing is incorrect (returning me to /issue/new?issue[tracker_id]=(int value here). To "fix", either move

map.resources :issues, :member => { :edit => :post }, :collection => {}

after

map.resources :issues, :path_prefix => '/projects/:project_id', :collection => { :create => :post }

or remove the line completely. I'm not entirely sure what removing this line causes as side effects, but with it I'm still able to create new bugs and use the "create and continue" button.


Related issues

Has duplicate Redmine - Defect #6333: Create and continue results in a 404 ErrorClosedJean-Baptiste Barth2010-09-08

Actions
Actions

Also available in: Atom PDF