From: Ivan Kohler Date: Sat, 11 Mar 2017 18:18:06 +0000 (-0800) Subject: add 'Notify Other Recipients' action back, was deprecated but now used by default... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9eae98e607d83a7529f99fb5ac635ce9ad7811b0;p=freeside.git add 'Notify Other Recipients' action back, was deprecated but now used by default create scrips, RT#75090 --- diff --git a/rt/etc/initialdata b/rt/etc/initialdata index 61e635771..908505087 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -90,11 +90,11 @@ Description => 'Sends mail to explicitly listed Ccs and Bccs', # loc ExecModule => 'NotifyAsComment', Argument => 'OtherRecipients' }, -# deprecated -# { Name => 'Notify Other Recipients', # loc -# Description => 'Sends mail to explicitly listed Ccs and Bccs', # loc -# ExecModule => 'Notify', -# Argument => 'OtherRecipients' }, +# deprecated? now default create scrips use it in 4.2 + { Name => 'Notify Other Recipients', # loc + Description => 'Sends mail to explicitly listed Ccs and Bccs', # loc + ExecModule => 'Notify', + Argument => 'OtherRecipients' }, { Name => 'User Defined', # loc Description => 'Perform a user-defined action', # loc