[freeside-commits] branch FREESIDE_4_BRANCH updated. 287cb198ed68b84e9212c8969da3e7edf681e61f

Mark Wells mark at 420.am
Fri May 27 17:54:55 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  287cb198ed68b84e9212c8969da3e7edf681e61f (commit)
      from  eacaca9fcacaf72e689b127a2fe33199af8ebbf6 (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 287cb198ed68b84e9212c8969da3e7edf681e61f
Author: Mark Wells <mark at freeside.biz>
Date:   Fri May 27 17:51:46 2016 -0700

    on 4.x upgrade, replace notification scrips with their HTML versions instead of creating redundant scrips, #71021

diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index 96255b5..931b318 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -947,7 +947,17 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
   'on correspond' => {
     'notify requestors and ccs' => { 'correspondence' => 1 },
     'notify other recipients'   => { 'correspondence' => 1 },
-  }
+    # RT 4.2
+    # superseded by "notify owner and adminccs"
+    'notify adminccs'           => { 'admin correspondence' => 1 },
+    # superseded by "open inactive tickets"
+    'open tickets'              => { 'blank' => 1 },
+  },
+  'on create' => {
+    # RT 4.2
+    # superseded by "notify owner and adminccs"
+    'notify adminccs'           => { 'transaction' => 1 },
+  },
 );
 
 # -*- perl -*-

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

Summary of changes:
 rt/etc/initialdata |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list