[Rt-commit] rt branch, 4.0/on-forward-conditions, updated. rt-4.0.1-198-g9a2bf4c
Jason May
jasonmay at bestpractical.com
Fri Jul 29 18:07:43 EDT 2011
The branch, 4.0/on-forward-conditions has been updated
via 9a2bf4cb14f1b713113569b3cf55f654b8c7ea0d (commit)
from a27321ab1a67258ce3dff238b99120c842337b3d (commit)
Summary of changes:
etc/upgrade/4.0.2/content | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 etc/upgrade/4.0.2/content
- Log -----------------------------------------------------------------
commit 9a2bf4cb14f1b713113569b3cf55f654b8c7ea0d
Author: Jason May <jasonmay at bestpractical.com>
Date: Fri Jul 29 17:53:18 2011 -0400
Place the new scrip conditions in the upgrade file
diff --git a/etc/upgrade/4.0.2/content b/etc/upgrade/4.0.2/content
new file mode 100644
index 0000000..3e06c89
--- /dev/null
+++ b/etc/upgrade/4.0.2/content
@@ -0,0 +1,23 @@
+ at ScripConditions = (
+ {
+
+ Name => 'On Forward', # loc
+ Description => 'Whenever a ticket or transaction is forwarded', # loc
+ ApplicableTransTypes => 'Forward Transaction,Forward Ticket',
+ ExecModule => 'AnyTransaction', },
+
+ {
+
+ Name => 'On Forward Ticket', # loc
+ Description => 'Whenever a ticket is forwarded', # loc
+ ApplicableTransTypes => 'Forward Ticket',
+ ExecModule => 'AnyTransaction', },
+
+ {
+
+ Name => 'On Forward Transaction', # loc
+ Description => 'Whenever a transaction is forwarded', # loc
+ ApplicableTransTypes => 'Forward Transaction',
+ ExecModule => 'AnyTransaction', },
+
+);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list