diff options
| author | Mark Wells <mark@freeside.biz> | 2013-08-22 15:37:09 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-08-22 15:37:09 -0700 |
| commit | 8a8089a9580bece258da2c0852acfd2c53b49ff0 (patch) | |
| tree | b29aea426a554adb70a657bb9d4563773c3efb04 | |
| parent | 762a1c3a6795ac174f5100157079938f40fcf4b6 (diff) | |
fix RT initial data, from #9728
| -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 ba43c775e..0860d54f6 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -677,7 +677,7 @@ Hour: { $SubscriptionObj->SubValue('Hour') } # -*- perl -*- -@ScripActions = ( +push @ScripActions, ( { Name => 'Extract Custom Field Values', # loc Description => 'extract cf-values out of a message', # loc @@ -689,7 +689,7 @@ Hour: { $SubscriptionObj->SubValue('Hour') } ); -@Templates = ( +push @Templates, ( { Queue => '0', Name => 'CustomFieldScannerExample', # loc Description => 'Example Template for ExtractCustomFieldValues', # loc |
