[freeside-commits] branch FREESIDE_3_BRANCH updated. f57c7673f7980692e492188313fd916963c563f7

Mark Wells mark at 420.am
Thu Aug 22 15:37:41 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  f57c7673f7980692e492188313fd916963c563f7 (commit)
      from  024f58c36ee546ea711de98a3c71902e907554e6 (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 f57c7673f7980692e492188313fd916963c563f7
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Aug 22 15:30:53 2013 -0700

    fix RT initial data, from #9728

diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index 6d0225f..a301104 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -724,7 +724,7 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
 
 # -*- perl -*-
 
- at ScripActions = (
+push @ScripActions, (
 
     { Name        => 'Extract Custom Field Values',          # loc
       Description => 'extract cf-values out of a message',    # loc
@@ -736,7 +736,7 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
 
 );
 
- at Templates = (
+push @Templates, (
     {  Queue       => '0',
        Name        => 'CustomFieldScannerExample',                     # loc
        Description => 'Example Template for ExtractCustomFieldValues', # loc

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

Summary of changes:
 rt/etc/initialdata |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list