summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-02-28 08:23:17 +0000
committerGo MAEDA <maeda@farend.jp>2019-02-28 08:23:17 +0000
commit8af0990073dee50e0983aae35c52463ee72e4f6c (patch)
tree8c9eb4877d53085eeebd1199abe8e95a6dd002ab /config
parent0a23eabdce9cff8f7744097a068d9531c6144b1b (diff)
downloadredmine-8af0990073dee50e0983aae35c52463ee72e4f6c.tar.gz
redmine-8af0990073dee50e0983aae35c52463ee72e4f6c.zip
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
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/settings.yml2
2 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 43d3524ee..38447e067 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -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
diff --git a/config/settings.yml b/config/settings.yml
index b6c026104..e0f49ea2b 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -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 \ No newline at end of file