[freeside-commits] branch master updated. eceba4d10e5dd1b36a2446831d93c226042955a6

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


The branch, master has been updated
       via  eceba4d10e5dd1b36a2446831d93c226042955a6 (commit)
      from  9f845218894ad8cf48c5cfe8fb4fb492e174c0f2 (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 eceba4d10e5dd1b36a2446831d93c226042955a6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Feb 24 10:50:51 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