Actions
Patch #7015
closedUnable to create project: page 404
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-01
Due date:
% Done:
0%
Estimated time:
Description
I use Redmine 1.04 from svn:branches/1.0-stable and I have error 404 when creating project.
I do not know why, but the link to create a project: http://redminehost/project/add instead of the correct new.
So, simply patch is add this line to /config/routes.rb:
+ project_views.connect 'projects/add', :action => 'new'
Patch is attached.
If there is a correct bug fix - I will be happy. Maybe my useful to someone too.
Files
Actions