[Rt-commit] rt branch, 4.2/dry-run-ticket-create, repushed

Alex Vandiver alexmv at bestpractical.com
Fri Jul 19 13:25:05 EDT 2013


The branch 4.2/dry-run-ticket-create was deleted and repushed:
       was 0dd3ff881d6e4194fe05cfc8cd97d95efb87894a
       now 2536348aa9706e8fc82c14be828da294e0bf7e19

1:  4cbf850 ! 1:  6503da8 Allow DryRun => 1 to CreateTicket, which returns the txn
    @@ -36,9 +36,9 @@
          if ( $ARGS{'AttachTickets'} ) {
              require RT::Action::SendEmail;
     @@
    -     }
    +     my %links = ProcessLinksForCreate( ARGSRef => \%ARGS );
      
    -     my ( $id, $Trans, $ErrMsg ) = $Ticket->Create(%create_args);
    +     my ( $id, $Trans, $ErrMsg ) = $Ticket->Create(%create_args, %links, %cfs);
     +    return $Trans if $ARGS{DryRun};
     +
          unless ($id) {
2:  0dd3ff8 = 2:  2536348 Allow explicit addresses to skip, in addition the SkipNotification sets



More information about the Rt-commit mailing list