fix RT initial data, from #9728
authorMark Wells <mark@freeside.biz>
Thu, 22 Aug 2013 22:31:17 +0000 (15:31 -0700)
committerMark Wells <mark@freeside.biz>
Thu, 22 Aug 2013 22:31:17 +0000 (15:31 -0700)
rt/etc/initialdata

index 6d0225f..a301104 100644 (file)
@@ -724,7 +724,7 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
 
 # -*- perl -*-
 
-@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') }
 
 );
 
-@Templates = (
+push @Templates, (
     {  Queue       => '0',
        Name        => 'CustomFieldScannerExample',                     # loc
        Description => 'Example Template for ExtractCustomFieldValues', # loc