[freeside-commits] branch FREESIDE_4_BRANCH updated. 9eae98e607d83a7529f99fb5ac635ce9ad7811b0

Ivan ivan at 420.am
Sat Mar 11 10:18:07 PST 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  9eae98e607d83a7529f99fb5ac635ce9ad7811b0 (commit)
      from  e074fe88b7ff09008cd0dceab2e56408127b8a1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9eae98e607d83a7529f99fb5ac635ce9ad7811b0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 11 10:18:06 2017 -0800

    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 61e6357..9085050 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

-----------------------------------------------------------------------

Summary of changes:
 rt/etc/initialdata |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)




More information about the freeside-commits mailing list