From e74d9a4330da819e7a4026e7d27e6e14a0a2e7db Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Wed, 25 Apr 2018 11:08:25 +0530 Subject: [PATCH] core/issues/75 - warning message after an activity is created --- settings/Core.setting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 3e74fe80aa..0efc087dac 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -974,6 +974,7 @@ return array( 'type' => 'Array', 'add' => '4.7', 'is_domain' => 1, + 'is_contact' => 0, 'default' => array(), 'title' => 'Do not notify assignees for', 'help_text' => 'These activity types will be excluded from automated email notifications to assignees.', -- 2.25.1