mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
New setting to include the status changes in issue mail notifications subject (#13111).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17907 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -472,6 +472,7 @@ en:
|
||||
setting_timelog_accept_0_hours: Accept time logs with 0 hours
|
||||
setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
|
||||
setting_timelog_accept_future_dates: Accept time logs on future dates
|
||||
setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications subject
|
||||
|
||||
permission_add_project: Create project
|
||||
permission_add_subprojects: Create subprojects
|
||||
|
||||
@@ -310,3 +310,5 @@ timelog_max_hours_per_day:
|
||||
default: 999
|
||||
timelog_accept_future_dates:
|
||||
default: 1
|
||||
show_status_changes_in_mail_subject:
|
||||
default: 1
|
||||
Reference in New Issue
Block a user