[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 8a8089a9580bece258da2c0852acfd2c53b49ff0
Mark Wells
mark at 420.am
Thu Aug 22 15:37:37 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 8a8089a9580bece258da2c0852acfd2c53b49ff0 (commit)
from 762a1c3a6795ac174f5100157079938f40fcf4b6 (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 8a8089a9580bece258da2c0852acfd2c53b49ff0
Author: Mark Wells <mark at freeside.biz>
Date: Thu Aug 22 15:37:09 2013 -0700
fix RT initial data, from #9728
diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index ba43c77..0860d54 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -677,7 +677,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
@@ -689,7 +689,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