[Rt-commit] rt branch, 4.0/fixup-default-scrips, created. rt-4.0.0rc6-71-g63852e9
Thomas Sibley
trs at bestpractical.com
Thu Mar 3 13:04:04 EST 2011
The branch, 4.0/fixup-default-scrips has been created
at 63852e9b8f6f0a98e4d523e1591179a8d232a9e7 (commit)
- Log -----------------------------------------------------------------
commit 63852e9b8f6f0a98e4d523e1591179a8d232a9e7
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Mar 3 13:02:38 2011 -0500
Make sure that On Create we notify Ccs and other recipients
Otherwise the ticket create form is a partial lie. I'm not sure how
this wasn't noticed for so long.
This probably also wants an upgrade step, but I'm not sure of the best
way to do that at the moment.
diff --git a/etc/initialdata b/etc/initialdata
index d677d06..8425827 100755
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -505,6 +505,14 @@ Hour: { $SubscriptionObj->SubValue('Hour') }
ScripCondition => 'On Create',
ScripAction => 'Notify AdminCcs',
Template => 'Transaction' },
+ { Description => 'On Create Notify Ccs',
+ ScripCondition => 'On Create',
+ ScripAction => 'Notify Ccs',
+ Template => 'Correspondence' },
+ { Description => 'On Create Notify Other Recipients',
+ ScripCondition => 'On Create',
+ ScripAction => 'Notify Other Recipients',
+ Template => 'Correspondence' },
{ Description => 'On Correspond Notify AdminCcs',
ScripCondition => 'On Correspond',
ScripAction => 'Notify AdminCcs',
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list