[freeside-commits] branch FREESIDE_4_BRANCH updated. 2d54d68284f0342200b75f8f353c8623568535f5

Ivan ivan at 420.am
Fri Feb 24 10:50:58 PST 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  2d54d68284f0342200b75f8f353c8623568535f5 (commit)
      from  3951dc9619a5a0c5f148e89754ddd4ce54ede281 (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 2d54d68284f0342200b75f8f353c8623568535f5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Feb 24 10:50:57 2017 -0800

    fix our customized initial scrips, RT#74795

diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index 825e650..61e6357 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -798,6 +798,11 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
 #       ScripCondition => 'On Correspond',
 #       ScripAction    => 'Notify Requestors And Ccs',
 #       Template       => 'Correspondence in HTML' },
+    {  Description    => 'On Correspond Notify Requestors, Ccs, and Other Recipients',
+       ScripCondition => 'On Correspond',
+       ScripAction    => 'Notify Requestors, Ccs, and Other Recipients',
+       Template       => 'Correspondence', },
+
     {  Description    => 'On Correspond Open Tickets',
        ScripCondition => 'On Correspond',
        ScripAction    => 'Open Tickets',
@@ -838,6 +843,10 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
        ScripCondition => 'On Forward Ticket',
        ScripAction    => 'Send Forward',
        Template       => 'Forward Ticket' },
+    {  Description    => 'On Correspond, cancel future resolve',
+       ScripCondition => 'On Correspond',
+       ScripAction    => 'Cancel Scheduled Resolve',
+       Template       => 'Blank' },
 );
 
 @ACL = (

-----------------------------------------------------------------------

Summary of changes:
 rt/etc/initialdata |    9 +++++++++
 1 file changed, 9 insertions(+)




More information about the freeside-commits mailing list