[Rt-commit] rt branch, 4.4/record-transaction-cfs, repushed

Craig Kaiser craig at bestpractical.com
Thu Dec 20 12:07:02 EST 2018


The branch 4.4/record-transaction-cfs was deleted and repushed:
       was b7acef87f9e0dd7fe36be6730dda547c2164a662
       now e722de789b252e45d9f1d6ac4bb5033aef23ac37

1: bd8e1e28bb ! 1: 3b8343d6ab Abstract handle of transaction cf updates on TimeWorked updates
    @@ -1,4 +1,4 @@
    -Author: Jim Brandt <jbrandt at bestpractical.com>
    +Author: Craig Kaiser <craig at bestpractical.com>
     
         Abstract handle of transaction cf updates on TimeWorked updates
         
    @@ -10,7 +10,7 @@
         
         Provide a subroutine stub and pass the transaction object so
         you can record transaction cf updates against it, but don't make
    -    it the default behavior for all transaction cfs.
    +     the default behavior for all transaction cfs.
     
     diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
     --- a/lib/RT/Interface/Web.pm
2: b7acef87f9 ! 2: c6baa79f13 Record transaction CF updates even when no update message is provided
    @@ -1,4 +1,4 @@
    -Author: Jim Brandt <jbrandt at bestpractical.com>
    +Author: Craig Kaiser <craig at bestpractical.com>
     
         Record transaction CF updates even when no update message is provided
         
    @@ -11,7 +11,7 @@
     --- a/lib/RT/Interface/Web.pm
     +++ b/lib/RT/Interface/Web.pm
     @@
    -     if (    not @attachments
    +         and not $args{ARGSRef}->{'AttachTickets'}
              and not length $args{ARGSRef}->{'UpdateContent'} )
          {
     +        $args{'ARGSRef'}->{'NoContentUpdate'} = 1;
    @@ -56,3 +56,4 @@
          CustomField => sub {
              my $self = shift;
              my $field = $self->loc('CustomField');
    +
-:  ------- > 3: e722de789b Add test for when ticket transaction CF updated with no content



More information about the rt-commit mailing list