diff options
author | Go MAEDA <maeda@farend.jp> | 2023-12-11 09:20:06 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-12-11 09:20:06 +0000 |
commit | 9935af7e019c4b833fa4fbfeb743044af36b877c (patch) | |
tree | 55845850398b85b554e253528d8a0b30b31d94c8 /config | |
parent | 21423d4b7f49284ea4f76afe1939fdc2693d5742 (diff) | |
download | redmine-9935af7e019c4b833fa4fbfeb743044af36b877c.tar.gz redmine-9935af7e019c4b833fa4fbfeb743044af36b877c.zip |
Change the default notification option from `only_my_events` to `only_assigned` (#39500).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22512 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index 6db94a50f..062b25d19 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -314,7 +314,7 @@ jsonp_enabled: default: 0 security_notifications: 1 default_notification_option: - default: 'only_my_events' + default: 'only_assigned' emails_header: default: '' thumbnails_enabled: |