Defect #10744
rake task redmine:email:test broken
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | 1.4.2 | |||
Resolution: | Fixed | Affected version: | 1.3.3 |
Description
rake tast redmine:email:test is not working. It prints success but the email is never sent.
It seems the User.current is used instead of the fetched user object. (see patch)
Redmine version: 1.3.3
DB: mysql
Ruby: 1.8.7
Rails: 2.3.14
History
#1
Updated by Jean-Philippe Lang about 10 years ago
- Target version set to 1.4.2
#2
Updated by Jean-Philippe Lang about 10 years ago
- Status changed from New to Resolved
- Resolution set to Fixed
Fixed committed in r9582, thanks.