Project

General

Profile

Actions

Patch #32522

open

Add Project.find_by_name to target_project

Added by Keks Keksov over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Consider issue #6694, fix is trivial. Think about all those reporters who struggle to memorizing all that ID stuff.

File app/models/mail_handler.rb
Line 410

target = get_project_from_receiver_addresses
target ||= Project.find_by_identifier(get_keyword(:project))
target ||= Project.find_by_name(get_keyword(:project)) # just one new line


Related issues

Related to Redmine - Feature #630: Allow non-unique names for projectsClosed2008-02-11

Actions
Is duplicate of Redmine - Defect #6694: Bug in project name when create issue by emailClosed2010-10-18

Actions
Actions

Also available in: Atom PDF