diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-11 10:18:04 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-11 10:18:04 -0800 |
commit | 8aac0438aa76a1d6449623d2b34a783feb20efd9 (patch) | |
tree | 80adf5852928130b7195b4f85ac0ad849293daa2 /rt/etc/initialdata | |
parent | 0e17979577dacf0277de470ca7ee724f68a56cd5 (diff) |
add 'Notify Other Recipients' action back, was deprecated but now used by default create scrips, RT#75090
Diffstat (limited to 'rt/etc/initialdata')
-rw-r--r-- | rt/etc/initialdata | 10 |
1 files changed, 5 insertions, 5 deletions
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 |