[freeside-commits] branch master updated. ff7b7921948cba175aa99974cda1c9c0080937c1

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


The branch, master has been updated
       via  ff7b7921948cba175aa99974cda1c9c0080937c1 (commit)
      from  cda55309d5e0444288968aaaa601a645f8738d94 (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 ff7b7921948cba175aa99974cda1c9c0080937c1
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Aug 22 15:31:17 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