[freeside-commits] branch FREESIDE_4_BRANCH updated. 1fc9880f727d57b9337fcb9cf6cb6e6cd2a512ca

Mark Wells mark at 420.am
Tue May 31 16:17:03 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  1fc9880f727d57b9337fcb9cf6cb6e6cd2a512ca (commit)
       via  f0824ccce2a8e0c5eb756eb93b81a6d0d9dd53c3 (commit)
      from  660d1f7a5b1ac674bfecd6cab11b66296f980244 (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 1fc9880f727d57b9337fcb9cf6cb6e6cd2a512ca
Author: Mark Wells <mark at freeside.biz>
Date:   Tue May 31 16:15:45 2016 -0700

    replace "open inactive" action with just "open", #71078

diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index 931b318..825e650 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -106,9 +106,6 @@
     { Name        => 'Open Tickets',                                      # loc
       Description => 'Open tickets on correspondence',                    # loc
       ExecModule  => 'AutoOpen' },
-    { Name        => 'Open Inactive Tickets',                             # loc
-      Description => 'Open inactive tickets',                             # loc
-      ExecModule  => 'AutoOpenInactive' },
     { Name        => 'Extract Subject Tag',                               # loc
       Description => 'Extract tags from a Transaction\'s subject and add them to the Ticket\'s subject.', # loc
       ExecModule  => 'ExtractSubjectTag' },
@@ -801,9 +798,9 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
 #       ScripCondition => 'On Correspond',
 #       ScripAction    => 'Notify Requestors And Ccs',
 #       Template       => 'Correspondence in HTML' },
-    {  Description    => 'On Correspond Open Inactive Tickets',
+    {  Description    => 'On Correspond Open Tickets',
        ScripCondition => 'On Correspond',
-       ScripAction    => 'Open Inactive Tickets',
+       ScripAction    => 'Open Tickets',
        Template       => 'Blank' },
     {  Description    => 'On Create Autoreply To Requestors',
        ScripCondition => 'On Create',
@@ -950,8 +947,8 @@ Hour:         { $SubscriptionObj->SubValue('Hour') }
     # RT 4.2
     # superseded by "notify owner and adminccs"
     'notify adminccs'           => { 'admin correspondence' => 1 },
-    # superseded by "open inactive tickets"
-    'open tickets'              => { 'blank' => 1 },
+    # the new way, but doesn't work right vs. "open tickets"
+    'open inactive tickets'              => { 'blank' => 1 },
   },
   'on create' => {
     # RT 4.2

commit f0824ccce2a8e0c5eb756eb93b81a6d0d9dd53c3
Author: Mark Wells <mark at freeside.biz>
Date:   Tue May 31 12:50:08 2016 -0700

    testing

diff --git a/FS/FS/Test.pm b/FS/FS/Test.pm
index 1f2b44b..9c77417 100644
--- a/FS/FS/Test.pm
+++ b/FS/FS/Test.pm
@@ -259,7 +259,6 @@ sub new_customer {
       last          => 'Customer',
       first         => $first,
       invoice_email => 'newcustomer at fake.freeside.biz',
-      payby         => 'BILL',
       bill_location => $location,
       ship_location => $location,
   });

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

Summary of changes:
 FS/FS/Test.pm      |    1 -
 rt/etc/initialdata |   11 ++++-------
 2 files changed, 4 insertions(+), 8 deletions(-)




More information about the freeside-commits mailing list