diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-22 15:30:53 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-22 15:30:53 -0700 |
commit | f57c7673f7980692e492188313fd916963c563f7 (patch) | |
tree | 74a3abdd056370414bbc927af5503c26915ff67d /rt | |
parent | 024f58c36ee546ea711de98a3c71902e907554e6 (diff) |
fix RT initial data, from #9728
Diffstat (limited to 'rt')
-rw-r--r-- | rt/etc/initialdata | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/etc/initialdata b/rt/etc/initialdata index 6d0225f5b..a30110489 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -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 |