Project

General

Profile

Actions

Defect #11284

closed

Email missing route after change home route

Added by Sølve Monteiro almost 12 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

I want to have the project list as the home page for my redmine site, so I changed the following in routes.rb from

  root :to => 'welcome#index', :as => 'home'

to
  root :to => 'projects#index', :as => 'home'

However, now email notification is not working. When I attempt to send a test-email I get the following error:

An error occurred while sending mail (No route matches {:controller=>"welcome"})

Any help would be greatly appreciated.

Actions

Also available in: Atom PDF