[freeside-commits] branch master updated. 655e7c5924ae2f24e7d0739efd311b9e018eceaa

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


The branch, master has been updated
       via  655e7c5924ae2f24e7d0739efd311b9e018eceaa (commit)
      from  5636b1ec4d5acc194b1fd680e4d5301d7ef991db (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 655e7c5924ae2f24e7d0739efd311b9e018eceaa
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