diff options
author | Go MAEDA <maeda@farend.jp> | 2019-02-28 08:23:17 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-02-28 08:23:17 +0000 |
commit | 8af0990073dee50e0983aae35c52463ee72e4f6c (patch) | |
tree | 8c9eb4877d53085eeebd1199abe8e95a6dd002ab /config/settings.yml | |
parent | 0a23eabdce9cff8f7744097a068d9531c6144b1b (diff) | |
download | redmine-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/settings.yml')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |